#2222bf

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

Shades of Persian Blue #2222BF

Tints of Persian Blue #2222BF

Color information

#2222BF (or 0x2222BF) is unknown color: approx Persian Blue. HEX triplet: 22, 22 and BF. RGB value is (34,34,191). Sum of RGB (Red+Green+Blue) = 34+34+191=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 191 (75% from 255 or 73.75% from 259); Max value from RGB is 191 - color contains mainly: blue. Hex color #2222BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2222BF is #DDDD40. Grayscale: #333333. Windows color (decimal): -14540097 or 12526114. OLE color: 12526114.

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

Color convert

RGB3434191-
CMYK0.820.8200.25
HSL240º69.78%44.12%-
HSV(B)240º82.2%74.9%-
XYZ10.645.2549.74-
YUV51.9206.5115.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.13%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 191 (75% from 255) = 73.75%
R=13.13%
G=13.13%
B=73.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34341910.820.8200.2524069.7844.12
Hex2222BF5252019f0462c
Octal424227712212203136010654
Binary1000101000101011111110100101010010011001111100001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2222bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2222bf; }

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

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

<style>
 a { background-color: #2222bf; }

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

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

<style>
 span { border-color: #2222bf; }

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

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