#222FBF

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

Shades of Persian Blue #222FBF

Tints of Persian Blue #222FBF

Color information

#222FBF (or 0x222FBF) is unknown color: approx Persian Blue. HEX triplet: 22, 2F and BF. RGB value is (34,47,191). Sum of RGB (Red+Green+Blue) = 34+47+191=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #222FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222FBF is #DDD040. Grayscale: #3A3A3A. Windows color (decimal): -14536769 or 12529442. OLE color: 12529442.

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

Color convert

RGB3447191-
CMYK0.820.7500.25
HSL235.03º69.78%44.12%-
HSV(B)235.03º82.2%74.9%-
XYZ11.086.1349.89-
YUV59.53202.19109.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.5%
GREEN value IS 47 (18.75% from 255) = 17.28%
BLUE value IS 191 (75% from 255) = 70.22%
R=12.5%
G=17.28%
B=70.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34471910.820.7500.25235.0369.7844.12
Hex222FBF524B019eb462c
Octal425727712211303135310654
Binary1000101011111011111110100101001011011001111010111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222FBF; }

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

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

<style>
 a { background-color: #222FBF; }

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

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

<style>
 span { border-color: #222FBF; }

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

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