Html Css Color HEX #24279B Egyptian Blue

📋 copy color: '#24279B'

red 36 ◦ green 39 ◦ blue 155

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

Shades of Egyptian Blue #24279B

Tints of Egyptian Blue #24279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.96%

 BLUE value IS 155 (60.94% from 255) = 67.39%

R = 15.65%
G = 16.96%
B = 67.39%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24279B (or 0x24279B) is known color: Egyptian Blue. HEX triplet: 24, 27 and 9B. RGB value is (36,39,155). Sum of RGB (Red+Green+Blue) = 36+39+155=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #24279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24279B is #DBD864. Grayscale: #323232. Windows color (decimal): -14407781 or 10168100. OLE color: 10168100.

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

Color convert

RGB 36 39 155 -
CMYK 0.77 0.75 0 0.39
HSL 238.49º 0.62% 0.37% -
HSV(B) 238.49º 0.77% 0.61% -
XYZ 7.37 4.19 31.43 -
YUV 51.33 186.51 117.07 -
System Red Green Blue C M Y K H S L
Decimal 36 39 155 0.77 0.75 0 0.39 238.49 0.62 0.37
Hex 24 27 9B 4D 4B 0 27 EE 3E 25
Octal 44 47 233 115 113 0 47 356 76 45
Binary 100100 100111 10011011 1001101 1001011 0 100111 11101110 111110 100101

Color Harmonies of #24279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24279B

Black with #24279B

Text Example


Text Example

White with #24279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24279B; }

 p { color: rgb(36,39,155); }

 H1.HeaderClassName
 {
   color: #24279B;
 }
 .AnyTagClassName
 {
   color: #24279B;
 }
</style>

background-color css

<style>
 a { background-color: #24279B; }

 a { background-color: rgb(36,39,155); }

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

border-color css

<style>
 span { border-color: #24279B; }

 span { border-color: rgb(36,39,155); }

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