Shades of Denim #0355BD
Tints of Denim #0355BD
RGB
CMYK
RGB Variations
Color information
#0355BD (or 0x0355BD) is known color: Denim. HEX triplet: 03, 55 and BD. RGB value is (3,85,189). Sum of RGB (Red+Green+Blue) = 3+85+189=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #0355BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0355BD is #FCAA42. Grayscale: #474747. Windows color (decimal): -16558659 or 12408067. OLE color: 12408067.
HSL color Cylindrical-coordinate representation of color #0355BD: hue angle of 213.55º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0355BD is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 85 | 189 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.26 |
| HSL | 213.55º | 0.97% | 0.38% | - |
| HSV(B) | 213.55º | 0.98% | 0.74% | - |
| XYZ | 12.47 | 10.19 | 49.45 | - |
| YUV | 72.34 | 193.83 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 189 | 0.98 | 0.55 | 0 | 0.26 | 213.55 | 0.97 | 0.38 |
| Hex | 3 | 55 | BD | 62 | 37 | 0 | 1A | D6 | 61 | 26 |
| Octal | 3 | 125 | 275 | 142 | 67 | 0 | 32 | 326 | 141 | 46 |
| Binary | 11 | 1010101 | 10111101 | 1100010 | 110111 | 0 | 11010 | 11010110 | 1100001 | 100110 |
Color Harmonies of #0355BD
Complementary color
Monochromatic Colors of #0355BD
Black with #0355BD
Text Example
Text Example
White with #0355BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0355BD; }
p { color: rgb(3,85,189); }
H1.HeaderClassName
{
color: #0355BD;
}
.AnyTagClassName
{
color: #0355BD;
}
</style>
background-color css
<style>
a { background-color: #0355BD; }
a { background-color: rgb(3,85,189); }
div.DivClassName
{
background-color: #0355BD;
}
.BgClassName
{
background-color: #0355BD;
}
</style>
border-color css
<style>
span { border-color: #0355BD; }
span { border-color: rgb(3,85,189); }
td.TdClassName
{
border-color: #0355BD;
}
.TagClassName
{
border-color: #0355BD;
}
</style>