Shades of Dark Cerulean #003C75
Tints of Dark Cerulean #003C75
RGB
CMYK
RGB Variations
Color information
#003C75 (or 0x003C75) is known color: Dark Cerulean. HEX triplet: 00, 3C and 75. RGB value is (0,60,117). Sum of RGB (Red+Green+Blue) = 0+60+117=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #003C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C75 is #FFC38A. Grayscale: #303030. Windows color (decimal): -16761739 or 7683072. OLE color: 7683072.
HSL color Cylindrical-coordinate representation of color #003C75: hue angle of 209.23º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C75 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 60 | 117 | - |
| CMYK | 1 | 0.49 | 0 | 0.54 |
| HSL | 209.23º | 1% | 0.23% | - |
| HSV(B) | 209.23º | 1% | 0.46% | - |
| XYZ | 4.83 | 4.52 | 17.45 | - |
| YUV | 48.56 | 166.62 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 117 | 1 | 0.49 | 0 | 0.54 | 209.23 | 1 | 0.23 |
| Hex | 0 | 3C | 75 | 64 | 31 | 0 | 36 | D1 | 64 | 17 |
| Octal | 0 | 74 | 165 | 144 | 61 | 0 | 66 | 321 | 144 | 27 |
| Binary | 0 | 111100 | 1110101 | 1100100 | 110001 | 0 | 110110 | 11010001 | 1100100 | 10111 |
Color Harmonies of #003C75
Complementary color
Monochromatic Colors of #003C75
Black with #003C75
Text Example
Text Example
White with #003C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C75; }
p { color: rgb(0,60,117); }
H1.HeaderClassName
{
color: #003C75;
}
.AnyTagClassName
{
color: #003C75;
}
</style>
background-color css
<style>
a { background-color: #003C75; }
a { background-color: rgb(0,60,117); }
div.DivClassName
{
background-color: #003C75;
}
.BgClassName
{
background-color: #003C75;
}
</style>
border-color css
<style>
span { border-color: #003C75; }
span { border-color: rgb(0,60,117); }
td.TdClassName
{
border-color: #003C75;
}
.TagClassName
{
border-color: #003C75;
}
</style>