Shades of Denim #0355C0
Tints of Denim #0355C0
RGB
CMYK
RGB Variations
Color information
#0355C0 (or 0x0355C0) is known color: Denim. HEX triplet: 03, 55 and C0. RGB value is (3,85,192). Sum of RGB (Red+Green+Blue) = 3+85+192=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 192 (75.39% from 255 or 68.57% from 280); Max value from RGB is 192 - color contains mainly: blue. Hex color #0355C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0355C0 is #FCAA3F. Grayscale: #484848. Windows color (decimal): -16558656 or 12604675. OLE color: 12604675.
HSL color Cylindrical-coordinate representation of color #0355C0: hue angle of 213.97º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0355C0 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 85 | 192 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.25 |
| HSL | 213.97º | 0.97% | 0.38% | - |
| HSV(B) | 213.97º | 0.98% | 0.75% | - |
| XYZ | 12.8 | 10.32 | 51.19 | - |
| YUV | 72.68 | 195.33 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 192 | 0.98 | 0.56 | 0 | 0.25 | 213.97 | 0.97 | 0.38 |
| Hex | 3 | 55 | C0 | 62 | 38 | 0 | 19 | D6 | 61 | 26 |
| Octal | 3 | 125 | 300 | 142 | 70 | 0 | 31 | 326 | 141 | 46 |
| Binary | 11 | 1010101 | 11000000 | 1100010 | 111000 | 0 | 11001 | 11010110 | 1100001 | 100110 |
Color Harmonies of #0355C0
Complementary color
Monochromatic Colors of #0355C0
Black with #0355C0
Text Example
Text Example
White with #0355C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0355C0; }
p { color: rgb(3,85,192); }
H1.HeaderClassName
{
color: #0355C0;
}
.AnyTagClassName
{
color: #0355C0;
}
</style>
background-color css
<style>
a { background-color: #0355C0; }
a { background-color: rgb(3,85,192); }
div.DivClassName
{
background-color: #0355C0;
}
.BgClassName
{
background-color: #0355C0;
}
</style>
border-color css
<style>
span { border-color: #0355C0; }
span { border-color: rgb(3,85,192); }
td.TdClassName
{
border-color: #0355C0;
}
.TagClassName
{
border-color: #0355C0;
}
</style>