Shades of Persian Blue #022CCA
Tints of Persian Blue #022CCA
RGB
CMYK
RGB Variations
Color information
#022CCA (or 0x022CCA) is known color: Persian Blue. HEX triplet: 02, 2C and CA. RGB value is (2,44,202). Sum of RGB (Red+Green+Blue) = 2+44+202=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 202 (79.30% from 255 or 81.45% from 248); Max value from RGB is 202 - color contains mainly: blue. Hex color #022CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022CCA is #FDD335. Grayscale: #303030. Windows color (decimal): -16634678 or 13249538. OLE color: 13249538.
HSL color Cylindrical-coordinate representation of color #022CCA: hue angle of 227.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022CCA is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 44 | 202 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.21 |
| HSL | 227.4º | 0.98% | 0.4% | - |
| HSV(B) | 227.4º | 0.99% | 0.79% | - |
| XYZ | 11.59 | 6.08 | 56.44 | - |
| YUV | 49.45 | 214.09 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 202 | 0.99 | 0.78 | 0 | 0.21 | 227.4 | 0.98 | 0.4 |
| Hex | 2 | 2C | CA | 63 | 4E | 0 | 15 | E3 | 62 | 28 |
| Octal | 2 | 54 | 312 | 143 | 116 | 0 | 25 | 343 | 142 | 50 |
| Binary | 10 | 101100 | 11001010 | 1100011 | 1001110 | 0 | 10101 | 11100011 | 1100010 | 101000 |
Color Harmonies of #022CCA
Complementary color
Monochromatic Colors of #022CCA
Black with #022CCA
Text Example
Text Example
White with #022CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022CCA; }
p { color: rgb(2,44,202); }
H1.HeaderClassName
{
color: #022CCA;
}
.AnyTagClassName
{
color: #022CCA;
}
</style>
background-color css
<style>
a { background-color: #022CCA; }
a { background-color: rgb(2,44,202); }
div.DivClassName
{
background-color: #022CCA;
}
.BgClassName
{
background-color: #022CCA;
}
</style>
border-color css
<style>
span { border-color: #022CCA; }
span { border-color: rgb(2,44,202); }
td.TdClassName
{
border-color: #022CCA;
}
.TagClassName
{
border-color: #022CCA;
}
</style>