#2220BE

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

Shades of Persian Blue #2220BE

Tints of Persian Blue #2220BE

Color information

#2220BE (or 0x2220BE) is unknown color: approx Persian Blue. HEX triplet: 22, 20 and BE. RGB value is (34,32,190). Sum of RGB (Red+Green+Blue) = 34+32+190=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #2220BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2220BE is #DDDF41. Grayscale: #313131. Windows color (decimal): -14540610 or 12460066. OLE color: 12460066.

HSL color Cylindrical-coordinate representation of color #2220BE: hue angle of 240.76º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2220BE is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3432190-
CMYK0.820.8300.25
HSL240.76º71.17%43.53%-
HSV(B)240.76º83.16%74.51%-
XYZ10.475.0949.15-
YUV50.61206.66116.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.28%
GREEN value IS 32 (12.89% from 255) = 12.5%
BLUE value IS 190 (74.61% from 255) = 74.22%
R=13.28%
G=12.5%
B=74.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34321900.820.8300.25240.7671.1743.53
Hex2220BE5253019f1472c
Octal424027612212303136110754
Binary1000101000001011111010100101010011011001111100011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2220BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2220BE; }

 p { color: rgb(34,32,190); }

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

<style>
 a { background-color: #2220BE; }

 a { background-color: rgb(34,32,190); }

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

<style>
 span { border-color: #2220BE; }

 span { border-color: rgb(34,32,190); }

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