#2D3A9E

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

Shades of Egyptian Blue #2D3A9E

Tints of Egyptian Blue #2D3A9E

Color information

#2D3A9E (or 0x2D3A9E) is unknown color: approx Egyptian Blue. HEX triplet: 2D, 3A and 9E. RGB value is (45,58,158). Sum of RGB (Red+Green+Blue) = 45+58+158=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D3A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3A9E is #D2C561. Grayscale: #414141. Windows color (decimal): -13813090 or 10369581. OLE color: 10369581.

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

Color convert

RGB4558158-
CMYK0.720.6300.38
HSL233.1º55.67%39.8%-
HSV(B)233.1º71.52%61.96%-
XYZ8.776.0533.05-
YUV65.51180.19113.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.24%
GREEN value IS 58 (23.05% from 255) = 22.22%
BLUE value IS 158 (62.11% from 255) = 60.54%
R=17.24%
G=22.22%
B=60.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal45581580.720.6300.38233.155.6739.8
Hex2D3A9E483F026e93828
Octal5572236110770463517050
Binary101101111010100111101001000111111010011011101001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,58,158); }

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

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

 a { background-color: rgb(45,58,158); }

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

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

 span { border-color: rgb(45,58,158); }

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