Html Css Color HEX #242AA8 Egyptian Blue

📋 copy color: '#242AA8'

red 36 ◦ green 42 ◦ blue 168

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

Shades of Egyptian Blue #242AA8

Tints of Egyptian Blue #242AA8

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.07%

 BLUE value IS 168 (66.02% from 255) = 68.29%

R = 14.63%
G = 17.07%
B = 68.29%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#242AA8 (or 0x242AA8) is known color: Egyptian Blue. HEX triplet: 24, 2A and A8. RGB value is (36,42,168). Sum of RGB (Red+Green+Blue) = 36+42+168=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 168 (66.02% from 255 or 68.29% from 246); Max value from RGB is 168 - color contains mainly: blue. Hex color #242AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242AA8 is #DBD557. Grayscale: #363636. Windows color (decimal): -14407000 or 11020836. OLE color: 11020836.

HSL color Cylindrical-coordinate representation of color #242AA8: hue angle of 237.27º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #242AA8 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 36 42 168 -
CMYK 0.79 0.75 0 0.34
HSL 237.27º 0.65% 0.4% -
HSV(B) 237.27º 0.79% 0.66% -
XYZ 8.62 4.86 37.53 -
YUV 54.57 192.01 114.75 -
System Red Green Blue C M Y K H S L
Decimal 36 42 168 0.79 0.75 0 0.34 237.27 0.65 0.4
Hex 24 2A A8 4F 4B 0 22 ED 41 28
Octal 44 52 250 117 113 0 42 355 101 50
Binary 100100 101010 10101000 1001111 1001011 0 100010 11101101 1000001 101000

Color Harmonies of #242AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242AA8

Black with #242AA8

Text Example


Text Example

White with #242AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242AA8; }

 p { color: rgb(36,42,168); }

 H1.HeaderClassName
 {
   color: #242AA8;
 }
 .AnyTagClassName
 {
   color: #242AA8;
 }
</style>

background-color css

<style>
 a { background-color: #242AA8; }

 a { background-color: rgb(36,42,168); }

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

border-color css

<style>
 span { border-color: #242AA8; }

 span { border-color: rgb(36,42,168); }

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