Shades of Persian Blue #2222BC
Tints of Persian Blue #2222BC
RGB
CMYK
RGB Variations
Color information
#2222BC (or 0x2222BC) is known color: Persian Blue. HEX triplet: 22, 22 and BC. RGB value is (34,34,188). Sum of RGB (Red+Green+Blue) = 34+34+188=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #2222BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2222BC is #DDDD43. Grayscale: #323232. Windows color (decimal): -14540100 or 12329506. OLE color: 12329506.
HSL color Cylindrical-coordinate representation of color #2222BC: hue angle of 240º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2222BC is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 34 | 188 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.26 |
| HSL | 240º | 0.69% | 0.44% | - |
| HSV(B) | 240º | 0.82% | 0.74% | - |
| XYZ | 10.31 | 5.11 | 48.02 | - |
| YUV | 51.56 | 205 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 34 | 188 | 0.82 | 0.82 | 0 | 0.26 | 240 | 0.69 | 0.44 |
| Hex | 22 | 22 | BC | 52 | 52 | 0 | 1A | F0 | 45 | 2C |
| Octal | 42 | 42 | 274 | 122 | 122 | 0 | 32 | 360 | 105 | 54 |
| Binary | 100010 | 100010 | 10111100 | 1010010 | 1010010 | 0 | 11010 | 11110000 | 1000101 | 101100 |
Color Harmonies of #2222BC
Complementary color
Monochromatic Colors of #2222BC
Black with #2222BC
Text Example
Text Example
White with #2222BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2222BC; }
p { color: rgb(34,34,188); }
H1.HeaderClassName
{
color: #2222BC;
}
.AnyTagClassName
{
color: #2222BC;
}
</style>
background-color css
<style>
a { background-color: #2222BC; }
a { background-color: rgb(34,34,188); }
div.DivClassName
{
background-color: #2222BC;
}
.BgClassName
{
background-color: #2222BC;
}
</style>
border-color css
<style>
span { border-color: #2222BC; }
span { border-color: rgb(34,34,188); }
td.TdClassName
{
border-color: #2222BC;
}
.TagClassName
{
border-color: #2222BC;
}
</style>