#213BAC

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

Shades of Persian Blue #213BAC

Tints of Persian Blue #213BAC

Color information

#213BAC (or 0x213BAC) is unknown color: approx Persian Blue. HEX triplet: 21, 3B and AC. RGB value is (33,59,172). Sum of RGB (Red+Green+Blue) = 33+59+172=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #213BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213BAC is #DEC453. Grayscale: #3F3F3F. Windows color (decimal): -14599252 or 11287329. OLE color: 11287329.

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

Color convert

RGB3359172-
CMYK0.810.6600.33
HSL228.78º67.8%40.2%-
HSV(B)228.78º80.81%67.45%-
XYZ9.646.4339.76-
YUV64.11188.89105.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 59 (23.44% from 255) = 22.35%
BLUE value IS 172 (67.58% from 255) = 65.15%
R=12.5%
G=22.35%
B=65.15%

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
Decimal33591720.810.6600.33228.7867.840.2
Hex213BAC5142021e54428
Octal417325412110204134510450
Binary10000111101110101100101000110000100100001111001011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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