#213EAB

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

Shades of Persian Blue #213EAB

Tints of Persian Blue #213EAB

Color information

#213EAB (or 0x213EAB) is unknown color: approx Persian Blue. HEX triplet: 21, 3E and AB. RGB value is (33,62,171). Sum of RGB (Red+Green+Blue) = 33+62+171=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #213EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213EAB is #DEC154. Grayscale: #414141. Windows color (decimal): -14598485 or 11222561. OLE color: 11222561.

HSL color Cylindrical-coordinate representation of color #213EAB: hue angle of 227.39º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #213EAB is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3362171-
CMYK0.810.6400.33
HSL227.39º67.65%40%-
HSV(B)227.39º80.7%67.06%-
XYZ9.76.7139.31-
YUV65.76187.39104.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.41%
GREEN value IS 62 (24.61% from 255) = 23.31%
BLUE value IS 171 (67.19% from 255) = 64.29%
R=12.41%
G=23.31%
B=64.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33621710.810.6400.33227.3967.6540
Hex213EAB5140021e34428
Octal417625312110004134310450
Binary10000111111010101011101000110000000100001111000111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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