Shades of Persian Blue #2F22BA
Tints of Persian Blue #2F22BA
RGB
CMYK
RGB Variations
Color information
#2F22BA (or 0x2F22BA) is known color: Persian Blue. HEX triplet: 2F, 22 and BA. RGB value is (47,34,186). Sum of RGB (Red+Green+Blue) = 47+34+186=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 34 (13.67% from 255 or 12.73% 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 #2F22BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F22BA is #D0DD45. Grayscale: #363636. Windows color (decimal): -13688134 or 12198447. OLE color: 12198447.
HSL color Cylindrical-coordinate representation of color #2F22BA: hue angle of 245.13º 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 #2F22BA is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 34 | 186 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.27 |
| HSL | 245.13º | 0.69% | 0.43% | - |
| HSV(B) | 245.13º | 0.82% | 0.73% | - |
| XYZ | 10.61 | 5.29 | 46.92 | - |
| YUV | 55.22 | 201.81 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 186 | 0.75 | 0.82 | 0 | 0.27 | 245.13 | 0.69 | 0.43 |
| Hex | 2F | 22 | BA | 4B | 52 | 0 | 1B | F5 | 45 | 2B |
| Octal | 57 | 42 | 272 | 113 | 122 | 0 | 33 | 365 | 105 | 53 |
| Binary | 101111 | 100010 | 10111010 | 1001011 | 1010010 | 0 | 11011 | 11110101 | 1000101 | 101011 |
Color Harmonies of #2F22BA
Complementary color
Monochromatic Colors of #2F22BA
Black with #2F22BA
Text Example
Text Example
White with #2F22BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F22BA; }
p { color: rgb(47,34,186); }
H1.HeaderClassName
{
color: #2F22BA;
}
.AnyTagClassName
{
color: #2F22BA;
}
</style>
background-color css
<style>
a { background-color: #2F22BA; }
a { background-color: rgb(47,34,186); }
div.DivClassName
{
background-color: #2F22BA;
}
.BgClassName
{
background-color: #2F22BA;
}
</style>
border-color css
<style>
span { border-color: #2F22BA; }
span { border-color: rgb(47,34,186); }
td.TdClassName
{
border-color: #2F22BA;
}
.TagClassName
{
border-color: #2F22BA;
}
</style>