Shades of Persian Blue #003CDC
Tints of Persian Blue #003CDC
RGB
CMYK
RGB Variations
Color information
#003CDC (or 0x003CDC) is known color: Persian Blue. HEX triplet: 00, 3C and DC. RGB value is (0,60,220). Sum of RGB (Red+Green+Blue) = 0+60+220=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 220 (86.33% from 255 or 78.57% from 280); Max value from RGB is 220 - color contains mainly: blue. Hex color #003CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CDC is #FFC323. Grayscale: #3B3B3B. Windows color (decimal): -16761636 or 14433280. OLE color: 14433280.
HSL color Cylindrical-coordinate representation of color #003CDC: hue angle of 223.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CDC is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 60 | 220 | - |
| CMYK | 1 | 0.73 | 0 | 0.14 |
| HSL | 223.64º | 1% | 0.43% | - |
| HSV(B) | 223.64º | 1% | 0.86% | - |
| XYZ | 14.53 | 8.4 | 68.57 | - |
| YUV | 60.3 | 218.12 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 220 | 1 | 0.73 | 0 | 0.14 | 223.64 | 1 | 0.43 |
| Hex | 0 | 3C | DC | 64 | 49 | 0 | E | E0 | 64 | 2B |
| Octal | 0 | 74 | 334 | 144 | 111 | 0 | 16 | 340 | 144 | 53 |
| Binary | 0 | 111100 | 11011100 | 1100100 | 1001001 | 0 | 1110 | 11100000 | 1100100 | 101011 |
Color Harmonies of #003CDC
Complementary color
Monochromatic Colors of #003CDC
Black with #003CDC
Text Example
Text Example
White with #003CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CDC; }
p { color: rgb(0,60,220); }
H1.HeaderClassName
{
color: #003CDC;
}
.AnyTagClassName
{
color: #003CDC;
}
</style>
background-color css
<style>
a { background-color: #003CDC; }
a { background-color: rgb(0,60,220); }
div.DivClassName
{
background-color: #003CDC;
}
.BgClassName
{
background-color: #003CDC;
}
</style>
border-color css
<style>
span { border-color: #003CDC; }
span { border-color: rgb(0,60,220); }
td.TdClassName
{
border-color: #003CDC;
}
.TagClassName
{
border-color: #003CDC;
}
</style>