COLOR #243A84

HEX: #243A84
RGB: (36,58,132)

Color info

#243A84 contains mainly blue color. Web safe color of #243A84 is #333399 (or #339).

RGB color model

#243A84 color RGB value is (36,58,132).

  • red value is 36;
  • green value is 58;
  • blue value is 132.
RGB:
(36,58,132)
(14%,23%,52%)

RGB channels and saturation

R 36 of 255 = 14%
G 58 of 255 = 23%
B 132 of 255 = 52%

36
58
132

R + G + B ~ 30%. #243A84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 58 + 132 = 226 (100%)
R 36 of 226 ~ 15.93%
G 58 of 226 ~ 25.66%
B 132 of 226 ~ 58.41%

%15.93
%25.66
%58.41

CMYK color model

#243A84 color CMYK value is (73,56,0,48).

  • cyan value is 72.73%
  • magenta value is 56.06%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(73,56,0,48)
C73M56Y0K48 
(73%,56%,0%,48%)
(0.73/0.56/0.00/0.48)	

CMYK percentages

%72.73
%56.06
%0
%48.24

Codes

Color #243A84 in popluar color models

243A84
RGB3658132
HSL226°57.14%32.94%
HSB/HSV226°72.73%51.76%
CMYK72.73%56.06%0.00%
48.24%

Color #243A84 in popluar number systems.

HEX243A84
Decimal3658132
Binary10010011101010000100
Octal4472204

Shades and tints

Shades of #243A84

#243A84
(36,58,132)
#213578
(33,53,120)
#1E306C
(30,48,108)
#1B2B60
(27,43,96)
#182654
(24,38,84)
#152148
(21,33,72)
#121C3C
(18,28,60)
#0F1730
(15,23,48)
#0C1224
(12,18,36)
#090D18
(9,13,24)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #243A84

#243A84
(36,58,132)
#374B8F
(55,75,143)
#4A5C9A
(74,92,154)
#5D6DA5
(93,109,165)
#707EB0
(112,126,176)
#838FBB
(131,143,187)
#96A0C6
(150,160,198)
#A9B1D1
(169,177,209)
#BCC2DC
(188,194,220)
#CFD3E7
(207,211,231)
#E2E4F2
(226,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #243A84 color. Also use rgb(36,58,132) instead hex code.

Text Font Color

.myTextColor { color: #243A84; }

<p style="color:#243A84">This sample text font color is #243A84.</p>

This text font color is #243A84.


Background Color

.myBgColor { background-color: #243A84; }

<div style="background-color:#243A84">Inner text</div>

This div background color is #243A84.


Border color

.myBorderColor { border: 1px solid #243A84; }

<div style="border:3px solid #243A84">Div</div>

This div border color is #243A84.


Opacity

.myOpacity80 { color: #243A84; opacity: 0.8; }

<p style="color:#243A84;opacity:0.8;">80%</p>

Text with #243A84 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #243A84;}

<p style="text-shadow: 3px 3px 1px #243A84">Text here.</p>

This text has shadow with #243A84 color.

.textShadow {text-shadow: 3px 3px 1px #243A84, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #243A84, 5px 5px 20px red">Text here.</p>

This text has shadow with #243A84 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#243A84, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#243A84, Direction=45, Strength=4)">Text</p>

This text has shadow with #243A84 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #243A84;
  -webkit-box-shadow:	1px 1px 3px 2px #243A84;
  box-shadow:		1px 1px 3px 2px #243A84;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #243A84;
-webkit-box-shadow: 1px 1px 3px 2px #243A84;
box-shadow:1px 1px 3px 2px #243A84;">
Div content here</div>
This div box has shadow with color #243A84.

Preview

Color preview on black background

This text has color #243A84 on black background.


Color preview on white background

This text has color #243A84 on white background.



Black color preview on #243A84 background

This text has black color on #243A84 background.


White color preview on #243A84 background

This text has white color on #243A84 background.