Html Css Color HEX #24399A Egyptian Blue

📋 copy color: '#24399A'

red 36 ◦ green 57 ◦ blue 154

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

Shades of Egyptian Blue #24399A

Tints of Egyptian Blue #24399A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.08%

 BLUE value IS 154 (60.55% from 255) = 62.35%

R = 14.57%
G = 23.08%
B = 62.35%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#24399A (or 0x24399A) is known color: Egyptian Blue. HEX triplet: 24, 39 and 9A. RGB value is (36,57,154). Sum of RGB (Red+Green+Blue) = 36+57+154=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 154 (60.55% from 255 or 62.35% from 247); Max value from RGB is 154 - color contains mainly: blue. Hex color #24399A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24399A is #DBC665. Grayscale: #3D3D3D. Windows color (decimal): -14403174 or 10107172. OLE color: 10107172.

HSL color Cylindrical-coordinate representation of color #24399A: hue angle of 229.32º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24399A is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 57 154 -
CMYK 0.77 0.63 0 0.40
HSL 229.32º 0.62% 0.37% -
HSV(B) 229.32º 0.77% 0.6% -
XYZ 8.02 5.63 31.24 -
YUV 61.78 180.04 109.61 -
System Red Green Blue C M Y K H S L
Decimal 36 57 154 0.77 0.63 0 0.40 229.32 0.62 0.37
Hex 24 39 9A 4D 3F 0 28 E5 3E 25
Octal 44 71 232 115 77 0 50 345 76 45
Binary 100100 111001 10011010 1001101 111111 0 101000 11100101 111110 100101

Color Harmonies of #24399A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24399A

Black with #24399A

Text Example


Text Example

White with #24399A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24399A; }

 p { color: rgb(36,57,154); }

 H1.HeaderClassName
 {
   color: #24399A;
 }
 .AnyTagClassName
 {
   color: #24399A;
 }
</style>

background-color css

<style>
 a { background-color: #24399A; }

 a { background-color: rgb(36,57,154); }

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

border-color css

<style>
 span { border-color: #24399A; }

 span { border-color: rgb(36,57,154); }

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