Shades of Persian Blue #023CC6
Tints of Persian Blue #023CC6
RGB
CMYK
RGB Variations
Color information
#023CC6 (or 0x023CC6) is known color: Persian Blue. HEX triplet: 02, 3C and C6. RGB value is (2,60,198). Sum of RGB (Red+Green+Blue) = 2+60+198=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 198 (77.73% from 255 or 76.15% from 260); Max value from RGB is 198 - color contains mainly: blue. Hex color #023CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CC6 is #FDC339. Grayscale: #393939. Windows color (decimal): -16630586 or 12991490. OLE color: 12991490.
HSL color Cylindrical-coordinate representation of color #023CC6: hue angle of 222.24º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CC6 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 60 | 198 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.22 |
| HSL | 222.24º | 0.98% | 0.39% | - |
| HSV(B) | 222.24º | 0.99% | 0.78% | - |
| XYZ | 11.83 | 7.32 | 54.22 | - |
| YUV | 58.39 | 206.78 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 198 | 0.99 | 0.70 | 0 | 0.22 | 222.24 | 0.98 | 0.39 |
| Hex | 2 | 3C | C6 | 63 | 46 | 0 | 16 | DE | 62 | 27 |
| Octal | 2 | 74 | 306 | 143 | 106 | 0 | 26 | 336 | 142 | 47 |
| Binary | 10 | 111100 | 11000110 | 1100011 | 1000110 | 0 | 10110 | 11011110 | 1100010 | 100111 |
Color Harmonies of #023CC6
Complementary color
Monochromatic Colors of #023CC6
Black with #023CC6
Text Example
Text Example
White with #023CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023CC6; }
p { color: rgb(2,60,198); }
H1.HeaderClassName
{
color: #023CC6;
}
.AnyTagClassName
{
color: #023CC6;
}
</style>
background-color css
<style>
a { background-color: #023CC6; }
a { background-color: rgb(2,60,198); }
div.DivClassName
{
background-color: #023CC6;
}
.BgClassName
{
background-color: #023CC6;
}
</style>
border-color css
<style>
span { border-color: #023CC6; }
span { border-color: rgb(2,60,198); }
td.TdClassName
{
border-color: #023CC6;
}
.TagClassName
{
border-color: #023CC6;
}
</style>