Shades of Denim #0355BC
Tints of Denim #0355BC
RGB
CMYK
RGB Variations
Color information
#0355BC (or 0x0355BC) is known color: Denim. HEX triplet: 03, 55 and BC. RGB value is (3,85,188). Sum of RGB (Red+Green+Blue) = 3+85+188=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #0355BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0355BC is #FCAA43. Grayscale: #474747. Windows color (decimal): -16558660 or 12342531. OLE color: 12342531.
HSL color Cylindrical-coordinate representation of color #0355BC: hue angle of 213.41º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0355BC is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 85 | 188 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.26 |
| HSL | 213.41º | 0.97% | 0.37% | - |
| HSV(B) | 213.41º | 0.98% | 0.74% | - |
| XYZ | 12.36 | 10.15 | 48.88 | - |
| YUV | 72.22 | 193.33 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 188 | 0.98 | 0.55 | 0 | 0.26 | 213.41 | 0.97 | 0.37 |
| Hex | 3 | 55 | BC | 62 | 37 | 0 | 1A | D5 | 61 | 25 |
| Octal | 3 | 125 | 274 | 142 | 67 | 0 | 32 | 325 | 141 | 45 |
| Binary | 11 | 1010101 | 10111100 | 1100010 | 110111 | 0 | 11010 | 11010101 | 1100001 | 100101 |
Color Harmonies of #0355BC
Complementary color
Monochromatic Colors of #0355BC
Black with #0355BC
Text Example
Text Example
White with #0355BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0355BC; }
p { color: rgb(3,85,188); }
H1.HeaderClassName
{
color: #0355BC;
}
.AnyTagClassName
{
color: #0355BC;
}
</style>
background-color css
<style>
a { background-color: #0355BC; }
a { background-color: rgb(3,85,188); }
div.DivClassName
{
background-color: #0355BC;
}
.BgClassName
{
background-color: #0355BC;
}
</style>
border-color css
<style>
span { border-color: #0355BC; }
span { border-color: rgb(3,85,188); }
td.TdClassName
{
border-color: #0355BC;
}
.TagClassName
{
border-color: #0355BC;
}
</style>