#242A9A

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

Shades of Egyptian Blue #242A9A

Tints of Egyptian Blue #242A9A

Color information

#242A9A (or 0x242A9A) is unknown color: approx Egyptian Blue. HEX triplet: 24, 2A and 9A. RGB value is (36,42,154). Sum of RGB (Red+Green+Blue) = 36+42+154=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #242A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242A9A is #DBD565. Grayscale: #343434. Windows color (decimal): -14407014 or 10103332. OLE color: 10103332.

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

Color convert

RGB3642154-
CMYK0.770.7300.40
HSL236.95º62.11%37.25%-
HSV(B)236.95º76.62%60.39%-
XYZ7.394.3631.02-
YUV52.97185.01115.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.52%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 154 (60.55% from 255) = 66.38%
R=15.52%
G=18.10%
B=66.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal36421540.770.7300.40236.9562.1137.25
Hex242A9A4D49028ed3e25
Octal44522321151110503557645
Binary1001001010101001101010011011001001010100011101101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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