Shades of Persian Blue #003CDA
Tints of Persian Blue #003CDA
RGB
CMYK
RGB Variations
Color information
#003CDA (or 0x003CDA) is known color: Persian Blue. HEX triplet: 00, 3C and DA. RGB value is (0,60,218). Sum of RGB (Red+Green+Blue) = 0+60+218=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 218 (85.55% from 255 or 78.42% from 278); Max value from RGB is 218 - color contains mainly: blue. Hex color #003CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CDA is #FFC325. Grayscale: #3B3B3B. Windows color (decimal): -16761638 or 14302208. OLE color: 14302208.
HSL color Cylindrical-coordinate representation of color #003CDA: hue angle of 223.49º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CDA is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 60 | 218 | - |
| CMYK | 1 | 0.72 | 0 | 0.15 |
| HSL | 223.49º | 1% | 0.43% | - |
| HSV(B) | 223.49º | 1% | 0.85% | - |
| XYZ | 14.27 | 8.29 | 67.18 | - |
| YUV | 60.07 | 217.12 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 218 | 1 | 0.72 | 0 | 0.15 | 223.49 | 1 | 0.43 |
| Hex | 0 | 3C | DA | 64 | 48 | 0 | F | DF | 64 | 2B |
| Octal | 0 | 74 | 332 | 144 | 110 | 0 | 17 | 337 | 144 | 53 |
| Binary | 0 | 111100 | 11011010 | 1100100 | 1001000 | 0 | 1111 | 11011111 | 1100100 | 101011 |
Color Harmonies of #003CDA
Complementary color
Monochromatic Colors of #003CDA
Black with #003CDA
Text Example
Text Example
White with #003CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CDA; }
p { color: rgb(0,60,218); }
H1.HeaderClassName
{
color: #003CDA;
}
.AnyTagClassName
{
color: #003CDA;
}
</style>
background-color css
<style>
a { background-color: #003CDA; }
a { background-color: rgb(0,60,218); }
div.DivClassName
{
background-color: #003CDA;
}
.BgClassName
{
background-color: #003CDA;
}
</style>
border-color css
<style>
span { border-color: #003CDA; }
span { border-color: rgb(0,60,218); }
td.TdClassName
{
border-color: #003CDA;
}
.TagClassName
{
border-color: #003CDA;
}
</style>