Html Css Color HEX #24269A Egyptian Blue

📋 copy color: '#24269A'

red 36 ◦ green 38 ◦ blue 154

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

Shades of Egyptian Blue #24269A

Tints of Egyptian Blue #24269A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.67%

 BLUE value IS 154 (60.55% from 255) = 67.54%

R = 15.79%
G = 16.67%
B = 67.54%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#24269A (or 0x24269A) is known color: Egyptian Blue. HEX triplet: 24, 26 and 9A. RGB value is (36,38,154). Sum of RGB (Red+Green+Blue) = 36+38+154=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 154 (60.55% from 255 or 67.54% from 228); Max value from RGB is 154 - color contains mainly: blue. Hex color #24269A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24269A is #DBD965. Grayscale: #323232. Windows color (decimal): -14408038 or 10102308. OLE color: 10102308.

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

Color convert

RGB 36 38 154 -
CMYK 0.77 0.75 0 0.40
HSL 238.98º 0.62% 0.37% -
HSV(B) 238.98º 0.77% 0.6% -
XYZ 7.25 4.09 30.98 -
YUV 50.63 186.34 117.57 -
System Red Green Blue C M Y K H S L
Decimal 36 38 154 0.77 0.75 0 0.40 238.98 0.62 0.37
Hex 24 26 9A 4D 4B 0 28 EF 3E 25
Octal 44 46 232 115 113 0 50 357 76 45
Binary 100100 100110 10011010 1001101 1001011 0 101000 11101111 111110 100101

Color Harmonies of #24269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24269A

Black with #24269A

Text Example


Text Example

White with #24269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24269A; }

 p { color: rgb(36,38,154); }

 H1.HeaderClassName
 {
   color: #24269A;
 }
 .AnyTagClassName
 {
   color: #24269A;
 }
</style>

background-color css

<style>
 a { background-color: #24269A; }

 a { background-color: rgb(36,38,154); }

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

border-color css

<style>
 span { border-color: #24269A; }

 span { border-color: rgb(36,38,154); }

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