#242aa8

Color #242AA8 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #242AA8

Tints of Egyptian Blue #242AA8

Color information

#242AA8 (or 0x242AA8) is unknown color: approx 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

RGB3642168-
CMYK0.790.7500.34
HSL237.27º64.71%40%-
HSV(B)237.27º78.57%65.88%-
XYZ8.624.8637.53-
YUV54.57192.01114.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.63%
GREEN value IS 42 (16.80% 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 (Cyan) values IS 0.79
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal36421680.790.7500.34237.2764.7140
Hex242AA84F4B022ed4128
Octal445225011711304235510150
Binary10010010101010101000100111110010110100010111011011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242aa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>