Html Css Color HEX #242AA0 Egyptian Blue

📋 copy color: '#242AA0'

red 36 ◦ green 42 ◦ blue 160

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

Shades of Egyptian Blue #242AA0

Tints of Egyptian Blue #242AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 67.23%

R = 15.13%
G = 17.65%
B = 67.23%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#242AA0 (or 0x242AA0) is known color: Egyptian Blue. HEX triplet: 24, 2A and A0. RGB value is (36,42,160). Sum of RGB (Red+Green+Blue) = 36+42+160=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 160 (62.89% from 255 or 67.23% from 238); Max value from RGB is 160 - color contains mainly: blue. Hex color #242AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242AA0 is #DBD55F. Grayscale: #353535. Windows color (decimal): -14407008 or 10496548. OLE color: 10496548.

HSL color Cylindrical-coordinate representation of color #242AA0: hue angle of 237.1º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #242AA0 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 36 42 160 -
CMYK 0.78 0.74 0 0.37
HSL 237.1º 0.63% 0.38% -
HSV(B) 237.1º 0.78% 0.63% -
XYZ 7.9 4.57 33.72 -
YUV 53.66 188.01 115.41 -
System Red Green Blue C M Y K H S L
Decimal 36 42 160 0.78 0.74 0 0.37 237.1 0.63 0.38
Hex 24 2A A0 4E 4A 0 25 ED 3F 26
Octal 44 52 240 116 112 0 45 355 77 46
Binary 100100 101010 10100000 1001110 1001010 0 100101 11101101 111111 100110

Color Harmonies of #242AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242AA0

Black with #242AA0

Text Example


Text Example

White with #242AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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