Html Css Color HEX #243BA2 Egyptian Blue

📋 copy color: '#243BA2'

red 36 ◦ green 59 ◦ blue 162

#243BA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #243BA2

Tints of Egyptian Blue #243BA2

RGB

 RED value IS 36 (14.45% from 255) = 14.01%

 GREEN value IS 59 (23.44% from 255) = 22.96%

 BLUE value IS 162 (63.67% from 255) = 63.04%

R = 14.01%
G = 22.96%
B = 63.04%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#243BA2 (or 0x243BA2) is known color: Egyptian Blue. HEX triplet: 24, 3B and A2. RGB value is (36,59,162). Sum of RGB (Red+Green+Blue) = 36+59+162=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 162 (63.67% from 255 or 63.04% from 257); Max value from RGB is 162 - color contains mainly: blue. Hex color #243BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243BA2 is #DBC45D. Grayscale: #3F3F3F. Windows color (decimal): -14402654 or 10631972. OLE color: 10631972.

HSL color Cylindrical-coordinate representation of color #243BA2: hue angle of 229.05º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #243BA2 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 36 59 162 -
CMYK 0.78 0.64 0 0.36
HSL 229.05º 0.64% 0.39% -
HSV(B) 229.05º 0.78% 0.64% -
XYZ 8.81 6.11 34.9 -
YUV 63.87 183.38 108.12 -
System Red Green Blue C M Y K H S L
Decimal 36 59 162 0.78 0.64 0 0.36 229.05 0.64 0.39
Hex 24 3B A2 4E 40 0 24 E5 40 27
Octal 44 73 242 116 100 0 44 345 100 47
Binary 100100 111011 10100010 1001110 1000000 0 100100 11100101 1000000 100111

Color Harmonies of #243BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243BA2

Black with #243BA2

Text Example


Text Example

White with #243BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243BA2; }

 p { color: rgb(36,59,162); }

 H1.HeaderClassName
 {
   color: #243BA2;
 }
 .AnyTagClassName
 {
   color: #243BA2;
 }
</style>

background-color css

<style>
 a { background-color: #243BA2; }

 a { background-color: rgb(36,59,162); }

 div.DivClassName
 {
   background-color: #243BA2;
 }
 .BgClassName
 {
   background-color: #243BA2;
 }
</style>

border-color css

<style>
 span { border-color: #243BA2; }

 span { border-color: rgb(36,59,162); }

 td.TdClassName
 {
   border-color: #243BA2;
 }
 .TagClassName
 {
   border-color: #243BA2;
 }
</style>