#242B9F

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

Shades of Egyptian Blue #242B9F

Tints of Egyptian Blue #242B9F

Color information

#242B9F (or 0x242B9F) is unknown color: approx Egyptian Blue. HEX triplet: 24, 2B and 9F. RGB value is (36,43,159). Sum of RGB (Red+Green+Blue) = 36+43+159=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #242B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242B9F is #DBD460. Grayscale: #353535. Windows color (decimal): -14406753 or 10431268. OLE color: 10431268.

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

Color convert

RGB3643159-
CMYK0.770.7300.38
HSL236.59º63.08%38.24%-
HSV(B)236.59º77.36%62.35%-
XYZ7.854.6133.28-
YUV54.13187.18115.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.13%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 159 (62.5% from 255) = 66.81%
R=15.13%
G=18.07%
B=66.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36431590.770.7300.38236.5963.0838.24
Hex242B9F4D49026ed3f26
Octal44532371151110463557746
Binary1001001010111001111110011011001001010011011101101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,43,159); }

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

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

 a { background-color: rgb(36,43,159); }

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

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

 span { border-color: rgb(36,43,159); }

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