Html Css Color HEX #24349D Egyptian Blue

📋 copy color: '#24349D'

red 36 ◦ green 52 ◦ blue 157

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

Shades of Egyptian Blue #24349D

Tints of Egyptian Blue #24349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 64.08%

R = 14.69%
G = 21.22%
B = 64.08%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24349D (or 0x24349D) is known color: Egyptian Blue. HEX triplet: 24, 34 and 9D. RGB value is (36,52,157). Sum of RGB (Red+Green+Blue) = 36+52+157=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #24349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24349D is #DBCB62. Grayscale: #3A3A3A. Windows color (decimal): -14404451 or 10302500. OLE color: 10302500.

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

Color convert

RGB 36 52 157 -
CMYK 0.77 0.67 0 0.38
HSL 232.07º 0.63% 0.38% -
HSV(B) 232.07º 0.77% 0.62% -
XYZ 8.04 5.27 32.49 -
YUV 59.19 183.2 111.46 -
System Red Green Blue C M Y K H S L
Decimal 36 52 157 0.77 0.67 0 0.38 232.07 0.63 0.38
Hex 24 34 9D 4D 43 0 26 E8 3F 26
Octal 44 64 235 115 103 0 46 350 77 46
Binary 100100 110100 10011101 1001101 1000011 0 100110 11101000 111111 100110

Color Harmonies of #24349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24349D

Black with #24349D

Text Example


Text Example

White with #24349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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