Shades of Persian Blue #023ECD
Tints of Persian Blue #023ECD
RGB
CMYK
RGB Variations
Color information
#023ECD (or 0x023ECD) is known color: Persian Blue. HEX triplet: 02, 3E and CD. RGB value is (2,62,205). Sum of RGB (Red+Green+Blue) = 2+62+205=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #023ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023ECD is #FDC132. Grayscale: #3B3B3B. Windows color (decimal): -16630067 or 13450754. OLE color: 13450754.
HSL color Cylindrical-coordinate representation of color #023ECD: hue angle of 222.27º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023ECD is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 62 | 205 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.20 |
| HSL | 222.27º | 0.98% | 0.41% | - |
| HSV(B) | 222.27º | 0.99% | 0.8% | - |
| XYZ | 12.77 | 7.87 | 58.6 | - |
| YUV | 60.36 | 209.62 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 205 | 0.99 | 0.70 | 0 | 0.20 | 222.27 | 0.98 | 0.41 |
| Hex | 2 | 3E | CD | 63 | 46 | 0 | 14 | DE | 62 | 29 |
| Octal | 2 | 76 | 315 | 143 | 106 | 0 | 24 | 336 | 142 | 51 |
| Binary | 10 | 111110 | 11001101 | 1100011 | 1000110 | 0 | 10100 | 11011110 | 1100010 | 101001 |
Color Harmonies of #023ECD
Complementary color
Monochromatic Colors of #023ECD
Black with #023ECD
Text Example
Text Example
White with #023ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023ECD; }
p { color: rgb(2,62,205); }
H1.HeaderClassName
{
color: #023ECD;
}
.AnyTagClassName
{
color: #023ECD;
}
</style>
background-color css
<style>
a { background-color: #023ECD; }
a { background-color: rgb(2,62,205); }
div.DivClassName
{
background-color: #023ECD;
}
.BgClassName
{
background-color: #023ECD;
}
</style>
border-color css
<style>
span { border-color: #023ECD; }
span { border-color: rgb(2,62,205); }
td.TdClassName
{
border-color: #023ECD;
}
.TagClassName
{
border-color: #023ECD;
}
</style>