Shades of Persian Blue #003CC9
Tints of Persian Blue #003CC9
RGB
CMYK
RGB Variations
Color information
#003CC9 (or 0x003CC9) is known color: Persian Blue. HEX triplet: 00, 3C and C9. RGB value is (0,60,201). Sum of RGB (Red+Green+Blue) = 0+60+201=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 201 (78.91% from 255 or 77.01% from 261); Max value from RGB is 201 - color contains mainly: blue. Hex color #003CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CC9 is #FFC336. Grayscale: #393939. Windows color (decimal): -16761655 or 13188096. OLE color: 13188096.
HSL color Cylindrical-coordinate representation of color #003CC9: hue angle of 222.09º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CC9 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 60 | 201 | - |
| CMYK | 1 | 0.70 | 0 | 0.21 |
| HSL | 222.09º | 1% | 0.39% | - |
| HSV(B) | 222.09º | 1% | 0.79% | - |
| XYZ | 12.16 | 7.45 | 56.06 | - |
| YUV | 58.13 | 208.62 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 201 | 1 | 0.70 | 0 | 0.21 | 222.09 | 1 | 0.39 |
| Hex | 0 | 3C | C9 | 64 | 46 | 0 | 15 | DE | 64 | 27 |
| Octal | 0 | 74 | 311 | 144 | 106 | 0 | 25 | 336 | 144 | 47 |
| Binary | 0 | 111100 | 11001001 | 1100100 | 1000110 | 0 | 10101 | 11011110 | 1100100 | 100111 |
Color Harmonies of #003CC9
Complementary color
Monochromatic Colors of #003CC9
Black with #003CC9
Text Example
Text Example
White with #003CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CC9; }
p { color: rgb(0,60,201); }
H1.HeaderClassName
{
color: #003CC9;
}
.AnyTagClassName
{
color: #003CC9;
}
</style>
background-color css
<style>
a { background-color: #003CC9; }
a { background-color: rgb(0,60,201); }
div.DivClassName
{
background-color: #003CC9;
}
.BgClassName
{
background-color: #003CC9;
}
</style>
border-color css
<style>
span { border-color: #003CC9; }
span { border-color: rgb(0,60,201); }
td.TdClassName
{
border-color: #003CC9;
}
.TagClassName
{
border-color: #003CC9;
}
</style>