#213AAC

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

Shades of Persian Blue #213AAC

Tints of Persian Blue #213AAC

Color information

#213AAC (or 0x213AAC) is unknown color: approx Persian Blue. HEX triplet: 21, 3A and AC. RGB value is (33,58,172). Sum of RGB (Red+Green+Blue) = 33+58+172=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #213AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213AAC is #DEC553. Grayscale: #3F3F3F. Windows color (decimal): -14599508 or 11287073. OLE color: 11287073.

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

Color convert

RGB3358172-
CMYK0.810.6600.33
HSL229.21º67.8%40.2%-
HSV(B)229.21º80.81%67.45%-
XYZ9.596.3339.75-
YUV63.52189.22106.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 58 (23.05% from 255) = 22.05%
BLUE value IS 172 (67.58% from 255) = 65.40%
R=12.55%
G=22.05%
B=65.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33581720.810.6600.33229.2167.840.2
Hex213AAC5142021e54428
Octal417225412110204134510450
Binary10000111101010101100101000110000100100001111001011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,58,172); }

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

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

 a { background-color: rgb(33,58,172); }

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

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

 span { border-color: rgb(33,58,172); }

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