#242B9D

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

Shades of Egyptian Blue #242B9D

Tints of Egyptian Blue #242B9D

Color information

#242B9D (or 0x242B9D) is unknown color: approx Egyptian Blue. HEX triplet: 24, 2B and 9D. RGB value is (36,43,157). Sum of RGB (Red+Green+Blue) = 36+43+157=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #242B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242B9D is #DBD462. Grayscale: #353535. Windows color (decimal): -14406755 or 10300196. OLE color: 10300196.

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

Color convert

RGB3643157-
CMYK0.770.7300.38
HSL236.53º62.69%37.84%-
HSV(B)236.53º77.07%61.57%-
XYZ7.684.5432.37-
YUV53.9186.18115.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.25%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 157 (61.72% from 255) = 66.53%
R=15.25%
G=18.22%
B=66.53%

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
Decimal36431570.770.7300.38236.5362.6937.84
Hex242B9D4D49026ed3f26
Octal44532351151110463557746
Binary1001001010111001110110011011001001010011011101101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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