#213EA3

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

Shades of Egyptian Blue #213EA3

Tints of Egyptian Blue #213EA3

Color information

#213EA3 (or 0x213EA3) is unknown color: approx Egyptian Blue. HEX triplet: 21, 3E and A3. RGB value is (33,62,163). Sum of RGB (Red+Green+Blue) = 33+62+163=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 163 (64.06% from 255 or 63.18% from 258); Max value from RGB is 163 - color contains mainly: blue. Hex color #213EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213EA3 is #DEC15C. Grayscale: #404040. Windows color (decimal): -14598493 or 10698273. OLE color: 10698273.

HSL color Cylindrical-coordinate representation of color #213EA3: hue angle of 226.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #213EA3 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3362163-
CMYK0.800.6200.36
HSL226.62º66.33%38.43%-
HSV(B)226.62º79.75%63.92%-
XYZ8.966.4135.42-
YUV64.84183.39105.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.79%
GREEN value IS 62 (24.61% from 255) = 24.03%
BLUE value IS 163 (64.06% from 255) = 63.18%
R=12.79%
G=24.03%
B=63.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33621630.800.6200.36226.6266.3338.43
Hex213EA3503E024e34226
Octal41762431207604434310246
Binary1000011111101010001110100001111100100100111000111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213EA3; }

 p { color: rgb(33,62,163); }

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

<style>
 a { background-color: #213EA3; }

 a { background-color: rgb(33,62,163); }

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

<style>
 span { border-color: #213EA3; }

 span { border-color: rgb(33,62,163); }

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