Html Css Color HEX #24389F Egyptian Blue

📋 copy color: '#24389F'

red 36 ◦ green 56 ◦ blue 159

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

Shades of Egyptian Blue #24389F

Tints of Egyptian Blue #24389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.31%

 BLUE value IS 159 (62.5% from 255) = 63.35%

R = 14.34%
G = 22.31%
B = 63.35%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24389F (or 0x24389F) is known color: Egyptian Blue. HEX triplet: 24, 38 and 9F. RGB value is (36,56,159). Sum of RGB (Red+Green+Blue) = 36+56+159=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #24389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24389F is #DBC760. Grayscale: #3D3D3D. Windows color (decimal): -14403425 or 10434596. OLE color: 10434596.

HSL color Cylindrical-coordinate representation of color #24389F: hue angle of 230.24º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24389F is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 56 159 -
CMYK 0.77 0.65 0 0.38
HSL 230.24º 0.63% 0.38% -
HSV(B) 230.24º 0.77% 0.62% -
XYZ 8.4 5.71 33.46 -
YUV 61.76 182.87 109.62 -
System Red Green Blue C M Y K H S L
Decimal 36 56 159 0.77 0.65 0 0.38 230.24 0.63 0.38
Hex 24 38 9F 4D 41 0 26 E6 3F 26
Octal 44 70 237 115 101 0 46 346 77 46
Binary 100100 111000 10011111 1001101 1000001 0 100110 11100110 111111 100110

Color Harmonies of #24389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24389F

Black with #24389F

Text Example


Text Example

White with #24389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24389F; }

 p { color: rgb(36,56,159); }

 H1.HeaderClassName
 {
   color: #24389F;
 }
 .AnyTagClassName
 {
   color: #24389F;
 }
</style>

background-color css

<style>
 a { background-color: #24389F; }

 a { background-color: rgb(36,56,159); }

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

border-color css

<style>
 span { border-color: #24389F; }

 span { border-color: rgb(36,56,159); }

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