#213DAB

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

Shades of Persian Blue #213DAB

Tints of Persian Blue #213DAB

Color information

#213DAB (or 0x213DAB) is unknown color: approx Persian Blue. HEX triplet: 21, 3D and AB. RGB value is (33,61,171). Sum of RGB (Red+Green+Blue) = 33+61+171=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #213DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213DAB is #DEC254. Grayscale: #404040. Windows color (decimal): -14598741 or 11222305. OLE color: 11222305.

HSL color Cylindrical-coordinate representation of color #213DAB: hue angle of 227.83º 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 #213DAB is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3361171-
CMYK0.810.6400.33
HSL227.83º67.65%40%-
HSV(B)227.83º80.7%67.06%-
XYZ9.656.639.29-
YUV65.17187.72105.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.45%
GREEN value IS 61 (24.22% from 255) = 23.02%
BLUE value IS 171 (67.19% from 255) = 64.53%
R=12.45%
G=23.02%
B=64.53%

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
Decimal33611710.810.6400.33227.8367.6540
Hex213DAB5140021e44428
Octal417525312110004134410450
Binary10000111110110101011101000110000000100001111001001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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