#2216BF

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

Shades of Persian Blue #2216BF

Tints of Persian Blue #2216BF

Color information

#2216BF (or 0x2216BF) is unknown color: approx Persian Blue. HEX triplet: 22, 16 and BF. RGB value is (34,22,191). Sum of RGB (Red+Green+Blue) = 34+22+191=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 191 (75% from 255 or 77.33% from 247); Max value from RGB is 191 - color contains mainly: blue. Hex color #2216BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2216BF is #DDE940. Grayscale: #2C2C2C. Windows color (decimal): -14543169 or 12523042. OLE color: 12523042.

HSL color Cylindrical-coordinate representation of color #2216BF: hue angle of 244.26º 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 #2216BF is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3422191-
CMYK0.820.8800.25
HSL244.26º79.34%41.76%-
HSV(B)244.26º88.48%74.9%-
XYZ10.354.6849.65-
YUV44.85210.48120.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.77%
GREEN value IS 22 (8.98% from 255) = 8.91%
BLUE value IS 191 (75% from 255) = 77.33%
R=13.77%
G=8.91%
B=77.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34221910.820.8800.25244.2679.3441.76
Hex2216BF5258019f44f2a
Octal422627712213003136411752
Binary100010101101011111110100101011000011001111101001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2216BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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