Html Css Color HEX #24269C Egyptian Blue

📋 copy color: '#24269C'

red 36 ◦ green 38 ◦ blue 156

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

Shades of Egyptian Blue #24269C

Tints of Egyptian Blue #24269C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.52%

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

R = 15.65%
G = 16.52%
B = 67.83%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24269C (or 0x24269C) is known color: Egyptian Blue. HEX triplet: 24, 26 and 9C. RGB value is (36,38,156). Sum of RGB (Red+Green+Blue) = 36+38+156=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #24269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24269C is #DBD963. Grayscale: #323232. Windows color (decimal): -14408036 or 10233380. OLE color: 10233380.

HSL color Cylindrical-coordinate representation of color #24269C: hue angle of 239º 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 #24269C is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 38 156 -
CMYK 0.77 0.76 0 0.39
HSL 239º 0.63% 0.38% -
HSV(B) 239º 0.77% 0.61% -
XYZ 7.42 4.16 31.86 -
YUV 50.85 187.34 117.41 -
System Red Green Blue C M Y K H S L
Decimal 36 38 156 0.77 0.76 0 0.39 239 0.63 0.38
Hex 24 26 9C 4D 4C 0 27 EF 3E 26
Octal 44 46 234 115 114 0 47 357 76 46
Binary 100100 100110 10011100 1001101 1001100 0 100111 11101111 111110 100110

Color Harmonies of #24269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24269C

Black with #24269C

Text Example


Text Example

White with #24269C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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