Shades of Persian Blue #222FDE
Tints of Persian Blue #222FDE
RGB
CMYK
RGB Variations
Color information
#222FDE (or 0x222FDE) is known color: Persian Blue. HEX triplet: 22, 2F and DE. RGB value is (34,47,222). Sum of RGB (Red+Green+Blue) = 34+47+222=303 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.22% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #222FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222FDE is #DDD021. Grayscale: #3E3E3E. Windows color (decimal): -14536738 or 14561058. OLE color: 14561058.
HSL color Cylindrical-coordinate representation of color #222FDE: hue angle of 235.85º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #222FDE is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 47 | 222 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.13 |
| HSL | 235.85º | 0.74% | 0.5% | - |
| HSV(B) | 235.85º | 0.85% | 0.87% | - |
| XYZ | 14.86 | 7.65 | 69.8 | - |
| YUV | 63.06 | 217.69 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 222 | 0.85 | 0.79 | 0 | 0.13 | 235.85 | 0.74 | 0.5 |
| Hex | 22 | 2F | DE | 55 | 4F | 0 | D | EC | 4A | 32 |
| Octal | 42 | 57 | 336 | 125 | 117 | 0 | 15 | 354 | 112 | 62 |
| Binary | 100010 | 101111 | 11011110 | 1010101 | 1001111 | 0 | 1101 | 11101100 | 1001010 | 110010 |
Color Harmonies of #222FDE
Complementary color
Monochromatic Colors of #222FDE
Black with #222FDE
Text Example
Text Example
White with #222FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222FDE; }
p { color: rgb(34,47,222); }
H1.HeaderClassName
{
color: #222FDE;
}
.AnyTagClassName
{
color: #222FDE;
}
</style>
background-color css
<style>
a { background-color: #222FDE; }
a { background-color: rgb(34,47,222); }
div.DivClassName
{
background-color: #222FDE;
}
.BgClassName
{
background-color: #222FDE;
}
</style>
border-color css
<style>
span { border-color: #222FDE; }
span { border-color: rgb(34,47,222); }
td.TdClassName
{
border-color: #222FDE;
}
.TagClassName
{
border-color: #222FDE;
}
</style>