Shades of Persian Blue #003CCD
Tints of Persian Blue #003CCD
RGB
CMYK
RGB Variations
Color information
#003CCD (or 0x003CCD) is known color: Persian Blue. HEX triplet: 00, 3C and CD. RGB value is (0,60,205). Sum of RGB (Red+Green+Blue) = 0+60+205=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 205 (80.47% from 255 or 77.36% from 265); Max value from RGB is 205 - color contains mainly: blue. Hex color #003CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CCD is #FFC332. Grayscale: #393939. Windows color (decimal): -16761651 or 13450240. OLE color: 13450240.
HSL color Cylindrical-coordinate representation of color #003CCD: hue angle of 222.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CCD is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 60 | 205 | - |
| CMYK | 1 | 0.71 | 0 | 0.20 |
| HSL | 222.44º | 1% | 0.4% | - |
| HSV(B) | 222.44º | 1% | 0.8% | - |
| XYZ | 12.64 | 7.64 | 58.57 | - |
| YUV | 58.59 | 210.62 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 205 | 1 | 0.71 | 0 | 0.20 | 222.44 | 1 | 0.4 |
| Hex | 0 | 3C | CD | 64 | 47 | 0 | 14 | DE | 64 | 28 |
| Octal | 0 | 74 | 315 | 144 | 107 | 0 | 24 | 336 | 144 | 50 |
| Binary | 0 | 111100 | 11001101 | 1100100 | 1000111 | 0 | 10100 | 11011110 | 1100100 | 101000 |
Color Harmonies of #003CCD
Complementary color
Monochromatic Colors of #003CCD
Black with #003CCD
Text Example
Text Example
White with #003CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CCD; }
p { color: rgb(0,60,205); }
H1.HeaderClassName
{
color: #003CCD;
}
.AnyTagClassName
{
color: #003CCD;
}
</style>
background-color css
<style>
a { background-color: #003CCD; }
a { background-color: rgb(0,60,205); }
div.DivClassName
{
background-color: #003CCD;
}
.BgClassName
{
background-color: #003CCD;
}
</style>
border-color css
<style>
span { border-color: #003CCD; }
span { border-color: rgb(0,60,205); }
td.TdClassName
{
border-color: #003CCD;
}
.TagClassName
{
border-color: #003CCD;
}
</style>