#2222BA

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

Shades of Persian Blue #2222BA

Tints of Persian Blue #2222BA

Color information

#2222BA (or 0x2222BA) is unknown color: approx Persian Blue. HEX triplet: 22, 22 and BA. RGB value is (34,34,186). Sum of RGB (Red+Green+Blue) = 34+34+186=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #2222BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2222BA is #DDDD45. Grayscale: #323232. Windows color (decimal): -14540102 or 12198434. OLE color: 12198434.

HSL color Cylindrical-coordinate representation of color #2222BA: hue angle of 240º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2222BA is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3434186-
CMYK0.820.8200.27
HSL240º69.09%43.14%-
HSV(B)240º81.72%72.94%-
XYZ10.095.0346.89-
YUV51.33204115.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.39%
GREEN value IS 34 (13.67% from 255) = 13.39%
BLUE value IS 186 (73.05% from 255) = 73.23%
R=13.39%
G=13.39%
B=73.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34341860.820.8200.2724069.0943.14
Hex2222BA525201Bf0452b
Octal424227212212203336010553
Binary1000101000101011101010100101010010011011111100001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2222BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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