Shades of Persian Blue #222BCE
Tints of Persian Blue #222BCE
RGB
CMYK
RGB Variations
Color information
#222BCE (or 0x222BCE) is known color: Persian Blue. HEX triplet: 22, 2B and CE. RGB value is (34,43,206). Sum of RGB (Red+Green+Blue) = 34+43+206=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #222BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222BCE is #DDD431. Grayscale: #3A3A3A. Windows color (decimal): -14537778 or 13511458. OLE color: 13511458.
HSL color Cylindrical-coordinate representation of color #222BCE: hue angle of 236.86º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #222BCE is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 43 | 206 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.19 |
| HSL | 236.86º | 0.72% | 0.47% | - |
| HSV(B) | 236.86º | 0.83% | 0.81% | - |
| XYZ | 12.66 | 6.52 | 58.98 | - |
| YUV | 58.89 | 211.02 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 206 | 0.83 | 0.79 | 0 | 0.19 | 236.86 | 0.72 | 0.47 |
| Hex | 22 | 2B | CE | 53 | 4F | 0 | 13 | ED | 48 | 2F |
| Octal | 42 | 53 | 316 | 123 | 117 | 0 | 23 | 355 | 110 | 57 |
| Binary | 100010 | 101011 | 11001110 | 1010011 | 1001111 | 0 | 10011 | 11101101 | 1001000 | 101111 |
Color Harmonies of #222BCE
Complementary color
Monochromatic Colors of #222BCE
Black with #222BCE
Text Example
Text Example
White with #222BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222BCE; }
p { color: rgb(34,43,206); }
H1.HeaderClassName
{
color: #222BCE;
}
.AnyTagClassName
{
color: #222BCE;
}
</style>
background-color css
<style>
a { background-color: #222BCE; }
a { background-color: rgb(34,43,206); }
div.DivClassName
{
background-color: #222BCE;
}
.BgClassName
{
background-color: #222BCE;
}
</style>
border-color css
<style>
span { border-color: #222BCE; }
span { border-color: rgb(34,43,206); }
td.TdClassName
{
border-color: #222BCE;
}
.TagClassName
{
border-color: #222BCE;
}
</style>