#212E95

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

Shades of Egyptian Blue #212E95

Tints of Egyptian Blue #212E95

Color information

#212E95 (or 0x212E95) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2E and 95. RGB value is (33,46,149). Sum of RGB (Red+Green+Blue) = 33+46+149=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #212E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212E95 is #DED16A. Grayscale: #353535. Windows color (decimal): -14602603 or 9776673. OLE color: 9776673.

HSL color Cylindrical-coordinate representation of color #212E95: hue angle of 233.28º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212E95 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3346149-
CMYK0.780.6900.42
HSL233.28º63.74%35.69%-
HSV(B)233.28º77.85%58.43%-
XYZ7.034.4528.92-
YUV53.86181.69113.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 46 (18.36% from 255) = 20.18%
BLUE value IS 149 (58.59% from 255) = 65.35%
R=14.47%
G=20.18%
B=65.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33461490.780.6900.42233.2863.7435.69
Hex212E954E4502Ae94024
Octal415622511610505235110044
Binary10000110111010010101100111010001010101010111010011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212E95; }

 p { color: rgb(33,46,149); }

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

<style>
 a { background-color: #212E95; }

 a { background-color: rgb(33,46,149); }

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

<style>
 span { border-color: #212E95; }

 span { border-color: rgb(33,46,149); }

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