Shades of Persian Blue #222FBA
Tints of Persian Blue #222FBA
RGB
CMYK
RGB Variations
Color information
#222FBA (or 0x222FBA) is known color: Persian Blue. HEX triplet: 22, 2F and BA. RGB value is (34,47,186). Sum of RGB (Red+Green+Blue) = 34+47+186=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #222FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222FBA is #DDD045. Grayscale: #3A3A3A. Windows color (decimal): -14536774 or 12201762. OLE color: 12201762.
HSL color Cylindrical-coordinate representation of color #222FBA: hue angle of 234.87º 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 #222FBA is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 47 | 186 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.27 |
| HSL | 234.87º | 0.69% | 0.43% | - |
| HSV(B) | 234.87º | 0.82% | 0.73% | - |
| XYZ | 10.54 | 5.92 | 47.04 | - |
| YUV | 58.96 | 199.69 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 186 | 0.82 | 0.75 | 0 | 0.27 | 234.87 | 0.69 | 0.43 |
| Hex | 22 | 2F | BA | 52 | 4B | 0 | 1B | EB | 45 | 2B |
| Octal | 42 | 57 | 272 | 122 | 113 | 0 | 33 | 353 | 105 | 53 |
| Binary | 100010 | 101111 | 10111010 | 1010010 | 1001011 | 0 | 11011 | 11101011 | 1000101 | 101011 |
Color Harmonies of #222FBA
Complementary color
Monochromatic Colors of #222FBA
Black with #222FBA
Text Example
Text Example
White with #222FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222FBA; }
p { color: rgb(34,47,186); }
H1.HeaderClassName
{
color: #222FBA;
}
.AnyTagClassName
{
color: #222FBA;
}
</style>
background-color css
<style>
a { background-color: #222FBA; }
a { background-color: rgb(34,47,186); }
div.DivClassName
{
background-color: #222FBA;
}
.BgClassName
{
background-color: #222FBA;
}
</style>
border-color css
<style>
span { border-color: #222FBA; }
span { border-color: rgb(34,47,186); }
td.TdClassName
{
border-color: #222FBA;
}
.TagClassName
{
border-color: #222FBA;
}
</style>