#2B359E

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

Shades of Egyptian Blue #2B359E

Tints of Egyptian Blue #2B359E

Color information

#2B359E (or 0x2B359E) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 35 and 9E. RGB value is (43,53,158). Sum of RGB (Red+Green+Blue) = 43+53+158=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B359E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B359E is #D4CA61. Grayscale: #3D3D3D. Windows color (decimal): -13945442 or 10368299. OLE color: 10368299.

HSL color Cylindrical-coordinate representation of color #2B359E: hue angle of 234.78º 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 #2B359E is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4353158-
CMYK0.730.6600.38
HSL234.78º57.21%39.41%-
HSV(B)234.78º72.78%61.96%-
XYZ8.445.5332.97-
YUV61.98182.19114.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.93%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 158 (62.11% from 255) = 62.20%
R=16.93%
G=20.87%
B=62.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43531580.730.6600.38234.7857.2139.41
Hex2B359E4942026eb3927
Octal53652361111020463537147
Binary1010111101011001111010010011000010010011011101011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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