#2021BC

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

Shades of Persian Blue #2021BC

Tints of Persian Blue #2021BC

Color information

#2021BC (or 0x2021BC) is unknown color: approx Persian Blue. HEX triplet: 20, 21 and BC. RGB value is (32,33,188). Sum of RGB (Red+Green+Blue) = 32+33+188=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #2021BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2021BC is #DFDE43. Grayscale: #313131. Windows color (decimal): -14671428 or 12329248. OLE color: 12329248.

HSL color Cylindrical-coordinate representation of color #2021BC: hue angle of 239.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2021BC is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3233188-
CMYK0.830.8200.26
HSL239.62º70.91%43.14%-
HSV(B)239.62º82.98%73.73%-
XYZ10.225.0348.01-
YUV50.37205.67114.9-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.65%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 188 (73.83% from 255) = 74.31%
R=12.65%
G=13.04%
B=74.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal32331880.830.8200.26239.6270.9143.14
Hex2021BC535201Af0472b
Octal404127412312203236010753
Binary1000001000011011110010100111010010011010111100001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2021BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2021BC; }

 p { color: rgb(32,33,188); }

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

<style>
 a { background-color: #2021BC; }

 a { background-color: rgb(32,33,188); }

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

<style>
 span { border-color: #2021BC; }

 span { border-color: rgb(32,33,188); }

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