#2D3CA0

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

Shades of Egyptian Blue #2D3CA0

Tints of Egyptian Blue #2D3CA0

Color information

#2D3CA0 (or 0x2D3CA0) is unknown color: approx Egyptian Blue. HEX triplet: 2D, 3C and A0. RGB value is (45,60,160). Sum of RGB (Red+Green+Blue) = 45+60+160=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 160 (62.89% from 255 or 60.38% from 265); Max value from RGB is 160 - color contains mainly: blue. Hex color #2D3CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3CA0 is #D2C35F. Grayscale: #424242. Windows color (decimal): -13812576 or 10501165. OLE color: 10501165.

HSL color Cylindrical-coordinate representation of color #2D3CA0: hue angle of 232.17º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D3CA0 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4560160-
CMYK0.720.6200.37
HSL232.17º56.1%40.2%-
HSV(B)232.17º71.88%62.75%-
XYZ9.046.3334-
YUV66.91180.53112.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.98%
GREEN value IS 60 (23.83% from 255) = 22.64%
BLUE value IS 160 (62.89% from 255) = 60.38%
R=16.98%
G=22.64%
B=60.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal45601600.720.6200.37232.1756.140.2
Hex2D3CA0483E025e83828
Octal5574240110760453507050
Binary101101111100101000001001000111110010010111101000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D3CA0; }

 p { color: rgb(45,60,160); }

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

<style>
 a { background-color: #2D3CA0; }

 a { background-color: rgb(45,60,160); }

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

<style>
 span { border-color: #2D3CA0; }

 span { border-color: rgb(45,60,160); }

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