#2116BF

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

Shades of Persian Blue #2116BF

Tints of Persian Blue #2116BF

Color information

#2116BF (or 0x2116BF) is unknown color: approx Persian Blue. HEX triplet: 21, 16 and BF. RGB value is (33,22,191). Sum of RGB (Red+Green+Blue) = 33+22+191=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 191 (75% from 255 or 77.64% from 246); Max value from RGB is 191 - color contains mainly: blue. Hex color #2116BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2116BF is #DEE940. Grayscale: #2B2B2B. Windows color (decimal): -14608705 or 12523041. OLE color: 12523041.

HSL color Cylindrical-coordinate representation of color #2116BF: hue angle of 243.91º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2116BF is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3322191-
CMYK0.830.8800.25
HSL243.91º79.34%41.76%-
HSV(B)243.91º88.48%74.9%-
XYZ10.324.6649.65-
YUV44.56210.64119.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 22 (8.98% from 255) = 8.94%
BLUE value IS 191 (75% from 255) = 77.64%
R=13.41%
G=8.94%
B=77.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33221910.830.8800.25243.9179.3441.76
Hex2116BF5358019f44f2a
Octal412627712313003136411752
Binary100001101101011111110100111011000011001111101001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2116BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2116BF; }

 p { color: rgb(33,22,191); }

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

<style>
 a { background-color: #2116BF; }

 a { background-color: rgb(33,22,191); }

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

<style>
 span { border-color: #2116BF; }

 span { border-color: rgb(33,22,191); }

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