Html Css Color HEX #24309D Egyptian Blue

📋 copy color: '#24309D'

red 36 ◦ green 48 ◦ blue 157

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

Shades of Egyptian Blue #24309D

Tints of Egyptian Blue #24309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.92%

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

R = 14.94%
G = 19.92%
B = 65.15%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24309D (or 0x24309D) is known color: Egyptian Blue. HEX triplet: 24, 30 and 9D. RGB value is (36,48,157). Sum of RGB (Red+Green+Blue) = 36+48+157=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #24309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24309D is #DBCF62. Grayscale: #383838. Windows color (decimal): -14405475 or 10301476. OLE color: 10301476.

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

Color convert

RGB 36 48 157 -
CMYK 0.77 0.69 0 0.38
HSL 234.05º 0.63% 0.38% -
HSV(B) 234.05º 0.77% 0.62% -
XYZ 7.87 4.92 32.43 -
YUV 56.84 184.52 113.14 -
System Red Green Blue C M Y K H S L
Decimal 36 48 157 0.77 0.69 0 0.38 234.05 0.63 0.38
Hex 24 30 9D 4D 45 0 26 EA 3F 26
Octal 44 60 235 115 105 0 46 352 77 46
Binary 100100 110000 10011101 1001101 1000101 0 100110 11101010 111111 100110

Color Harmonies of #24309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24309D

Black with #24309D

Text Example


Text Example

White with #24309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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