Html Css Color HEX #24349B Egyptian Blue

📋 copy color: '#24349B'

red 36 ◦ green 52 ◦ blue 155

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

Shades of Egyptian Blue #24349B

Tints of Egyptian Blue #24349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.4%

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

R = 14.81%
G = 21.4%
B = 63.79%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24349B (or 0x24349B) is known color: Egyptian Blue. HEX triplet: 24, 34 and 9B. RGB value is (36,52,155). Sum of RGB (Red+Green+Blue) = 36+52+155=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #24349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24349B is #DBCB64. Grayscale: #3A3A3A. Windows color (decimal): -14404453 or 10171428. OLE color: 10171428.

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

Color convert

RGB 36 52 155 -
CMYK 0.77 0.66 0 0.39
HSL 231.93º 0.62% 0.37% -
HSV(B) 231.93º 0.77% 0.61% -
XYZ 7.87 5.2 31.6 -
YUV 58.96 182.2 111.62 -
System Red Green Blue C M Y K H S L
Decimal 36 52 155 0.77 0.66 0 0.39 231.93 0.62 0.37
Hex 24 34 9B 4D 42 0 27 E8 3E 25
Octal 44 64 233 115 102 0 47 350 76 45
Binary 100100 110100 10011011 1001101 1000010 0 100111 11101000 111110 100101

Color Harmonies of #24349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24349B

Black with #24349B

Text Example


Text Example

White with #24349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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