#213FAC

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

Shades of Persian Blue #213FAC

Tints of Persian Blue #213FAC

Color information

#213FAC (or 0x213FAC) is unknown color: approx Persian Blue. HEX triplet: 21, 3F and AC. RGB value is (33,63,172). Sum of RGB (Red+Green+Blue) = 33+63+172=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #213FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213FAC is #DEC053. Grayscale: #414141. Windows color (decimal): -14598228 or 11288353. OLE color: 11288353.

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

Color convert

RGB3363172-
CMYK0.810.6300.33
HSL227.05º67.8%40.2%-
HSV(B)227.05º80.81%67.45%-
XYZ9.856.8639.83-
YUV66.46187.56104.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 63 (25% from 255) = 23.51%
BLUE value IS 172 (67.58% from 255) = 64.18%
R=12.31%
G=23.51%
B=64.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33631720.810.6300.33227.0567.840.2
Hex213FAC513F021e34428
Octal41772541217704134310450
Binary1000011111111010110010100011111110100001111000111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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