#2435A7

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

Shades of Egyptian Blue #2435A7

Tints of Egyptian Blue #2435A7

Color information

#2435A7 (or 0x2435A7) is unknown color: approx Egyptian Blue. HEX triplet: 24, 35 and A7. RGB value is (36,53,167). Sum of RGB (Red+Green+Blue) = 36+53+167=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 167 (65.62% from 255 or 65.23% from 256); Max value from RGB is 167 - color contains mainly: blue. Hex color #2435A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2435A7 is #DBCA58. Grayscale: #3C3C3C. Windows color (decimal): -14404185 or 10958116. OLE color: 10958116.

HSL color Cylindrical-coordinate representation of color #2435A7: hue angle of 232.21º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2435A7 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3653167-
CMYK0.780.6800.35
HSL232.21º64.53%39.8%-
HSV(B)232.21º78.44%65.49%-
XYZ8.985.7137.19-
YUV60.91187.87110.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.06%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 167 (65.62% from 255) = 65.23%
R=14.06%
G=20.70%
B=65.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal36531670.780.6800.35232.2164.5339.8
Hex2435A74E44023e84128
Octal446524711610404335010150
Binary10010011010110100111100111010001000100011111010001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2435A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2435A7; }

 p { color: rgb(36,53,167); }

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

<style>
 a { background-color: #2435A7; }

 a { background-color: rgb(36,53,167); }

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

<style>
 span { border-color: #2435A7; }

 span { border-color: rgb(36,53,167); }

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