Shades of Persian Blue #222FBC
Tints of Persian Blue #222FBC
RGB
CMYK
RGB Variations
Color information
#222FBC (or 0x222FBC) is known color: Persian Blue. HEX triplet: 22, 2F and BC. RGB value is (34,47,188). Sum of RGB (Red+Green+Blue) = 34+47+188=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #222FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222FBC is #DDD043. Grayscale: #3A3A3A. Windows color (decimal): -14536772 or 12332834. OLE color: 12332834.
HSL color Cylindrical-coordinate representation of color #222FBC: hue angle of 234.94º 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 #222FBC is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 47 | 188 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.26 |
| HSL | 234.94º | 0.69% | 0.44% | - |
| HSV(B) | 234.94º | 0.82% | 0.74% | - |
| XYZ | 10.75 | 6 | 48.17 | - |
| YUV | 59.19 | 200.69 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 188 | 0.82 | 0.75 | 0 | 0.26 | 234.94 | 0.69 | 0.44 |
| Hex | 22 | 2F | BC | 52 | 4B | 0 | 1A | EB | 45 | 2C |
| Octal | 42 | 57 | 274 | 122 | 113 | 0 | 32 | 353 | 105 | 54 |
| Binary | 100010 | 101111 | 10111100 | 1010010 | 1001011 | 0 | 11010 | 11101011 | 1000101 | 101100 |
Color Harmonies of #222FBC
Complementary color
Monochromatic Colors of #222FBC
Black with #222FBC
Text Example
Text Example
White with #222FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222FBC; }
p { color: rgb(34,47,188); }
H1.HeaderClassName
{
color: #222FBC;
}
.AnyTagClassName
{
color: #222FBC;
}
</style>
background-color css
<style>
a { background-color: #222FBC; }
a { background-color: rgb(34,47,188); }
div.DivClassName
{
background-color: #222FBC;
}
.BgClassName
{
background-color: #222FBC;
}
</style>
border-color css
<style>
span { border-color: #222FBC; }
span { border-color: rgb(34,47,188); }
td.TdClassName
{
border-color: #222FBC;
}
.TagClassName
{
border-color: #222FBC;
}
</style>