#2C22B9

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

Shades of Persian Blue #2C22B9

Tints of Persian Blue #2C22B9

Color information

#2C22B9 (or 0x2C22B9) is unknown color: approx Persian Blue. HEX triplet: 2C, 22 and B9. RGB value is (44,34,185). Sum of RGB (Red+Green+Blue) = 44+34+185=263 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.73% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 185 (72.66% from 255 or 70.34% from 263); Max value from RGB is 185 - color contains mainly: blue. Hex color #2C22B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C22B9 is #D3DD46. Grayscale: #353535. Windows color (decimal): -13884743 or 12132908. OLE color: 12132908.

HSL color Cylindrical-coordinate representation of color #2C22B9: hue angle of 243.97º 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 #2C22B9 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4434185-
CMYK0.760.8200.27
HSL243.97º68.95%42.94%-
HSV(B)243.97º81.62%72.55%-
XYZ10.375.1846.35-
YUV54.2201.81120.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.73%
GREEN value IS 34 (13.67% from 255) = 12.93%
BLUE value IS 185 (72.66% from 255) = 70.34%
R=16.73%
G=12.93%
B=70.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal44341850.760.8200.27243.9768.9542.94
Hex2C22B94C5201Bf4452b
Octal544227111412203336410553
Binary1011001000101011100110011001010010011011111101001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C22B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C22B9; }

 p { color: rgb(44,34,185); }

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

<style>
 a { background-color: #2C22B9; }

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

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

<style>
 span { border-color: #2C22B9; }

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

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