Html Css Color HEX #24309C Egyptian Blue

📋 copy color: '#24309C'

red 36 ◦ green 48 ◦ blue 156

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

Shades of Egyptian Blue #24309C

Tints of Egyptian Blue #24309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

 BLUE value IS 156 (61.33% from 255) = 65%

R = 15%
G = 20%
B = 65%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24309C (or 0x24309C) is known color: Egyptian Blue. HEX triplet: 24, 30 and 9C. RGB value is (36,48,156). Sum of RGB (Red+Green+Blue) = 36+48+156=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #24309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24309C is #DBCF63. Grayscale: #383838. Windows color (decimal): -14405476 or 10235940. OLE color: 10235940.

HSL color Cylindrical-coordinate representation of color #24309C: hue angle of 234º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24309C is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 48 156 -
CMYK 0.77 0.69 0 0.39
HSL 234º 0.63% 0.38% -
HSV(B) 234º 0.77% 0.61% -
XYZ 7.79 4.89 31.99 -
YUV 56.72 184.02 113.22 -
System Red Green Blue C M Y K H S L
Decimal 36 48 156 0.77 0.69 0 0.39 234 0.63 0.38
Hex 24 30 9C 4D 45 0 27 EA 3E 26
Octal 44 60 234 115 105 0 47 352 76 46
Binary 100100 110000 10011100 1001101 1000101 0 100111 11101010 111110 100110

Color Harmonies of #24309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24309C

Black with #24309C

Text Example


Text Example

White with #24309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24309C; }

 p { color: rgb(36,48,156); }

 H1.HeaderClassName
 {
   color: #24309C;
 }
 .AnyTagClassName
 {
   color: #24309C;
 }
</style>

background-color css

<style>
 a { background-color: #24309C; }

 a { background-color: rgb(36,48,156); }

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

border-color css

<style>
 span { border-color: #24309C; }

 span { border-color: rgb(36,48,156); }

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