#242F9A

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

Shades of Egyptian Blue #242F9A

Tints of Egyptian Blue #242F9A

Color information

#242F9A (or 0x242F9A) is unknown color: approx Egyptian Blue. HEX triplet: 24, 2F and 9A. RGB value is (36,47,154). Sum of RGB (Red+Green+Blue) = 36+47+154=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #242F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242F9A is #DBD065. Grayscale: #373737. Windows color (decimal): -14405734 or 10104612. OLE color: 10104612.

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

Color convert

RGB3647154-
CMYK0.770.6900.40
HSL234.41º62.11%37.25%-
HSV(B)234.41º76.62%60.39%-
XYZ7.584.7431.09-
YUV55.91183.36113.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.19%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 154 (60.55% from 255) = 64.98%
R=15.19%
G=19.83%
B=64.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal36471540.770.6900.40234.4162.1137.25
Hex242F9A4D45028ea3e25
Octal44572321151050503527645
Binary1001001011111001101010011011000101010100011101010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #242F9A;
 }
 .AnyTagClassName
 {
   color: #242F9A;
 }
</style>
background-color css

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

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

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

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

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

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