#2D2B9E

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

Shades of Egyptian Blue #2D2B9E

Tints of Egyptian Blue #2D2B9E

Color information

#2D2B9E (or 0x2D2B9E) is unknown color: approx Egyptian Blue. HEX triplet: 2D, 2B and 9E. RGB value is (45,43,158). Sum of RGB (Red+Green+Blue) = 45+43+158=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D2B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2B9E is #D2D461. Grayscale: #383838. Windows color (decimal): -13816930 or 10365741. OLE color: 10365741.

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

Color convert

RGB4543158-
CMYK0.720.7300.38
HSL241.04º57.21%39.41%-
HSV(B)241.04º72.78%61.96%-
XYZ8.124.7532.84-
YUV56.71185.16119.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.29%
GREEN value IS 43 (17.19% from 255) = 17.48%
BLUE value IS 158 (62.11% from 255) = 64.23%
R=18.29%
G=17.48%
B=64.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal45431580.720.7300.38241.0457.2139.41
Hex2D2B9E4849026f13927
Octal55532361101110463617147
Binary1011011010111001111010010001001001010011011110001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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