Shades of Denim #035BBC
Tints of Denim #035BBC
RGB
CMYK
RGB Variations
Color information
#035BBC (or 0x035BBC) is known color: Denim. HEX triplet: 03, 5B and BC. RGB value is (3,91,188). Sum of RGB (Red+Green+Blue) = 3+91+188=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #035BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035BBC is #FCA443. Grayscale: #4B4B4B. Windows color (decimal): -16557124 or 12344067. OLE color: 12344067.
HSL color Cylindrical-coordinate representation of color #035BBC: hue angle of 211.46º 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 #035BBC is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 91 | 188 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.26 |
| HSL | 211.46º | 0.97% | 0.37% | - |
| HSV(B) | 211.46º | 0.98% | 0.74% | - |
| XYZ | 12.86 | 11.13 | 49.05 | - |
| YUV | 75.75 | 191.35 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 188 | 0.98 | 0.52 | 0 | 0.26 | 211.46 | 0.97 | 0.37 |
| Hex | 3 | 5B | BC | 62 | 34 | 0 | 1A | D3 | 61 | 25 |
| Octal | 3 | 133 | 274 | 142 | 64 | 0 | 32 | 323 | 141 | 45 |
| Binary | 11 | 1011011 | 10111100 | 1100010 | 110100 | 0 | 11010 | 11010011 | 1100001 | 100101 |
Color Harmonies of #035BBC
Complementary color
Monochromatic Colors of #035BBC
Black with #035BBC
Text Example
Text Example
White with #035BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035BBC; }
p { color: rgb(3,91,188); }
H1.HeaderClassName
{
color: #035BBC;
}
.AnyTagClassName
{
color: #035BBC;
}
</style>
background-color css
<style>
a { background-color: #035BBC; }
a { background-color: rgb(3,91,188); }
div.DivClassName
{
background-color: #035BBC;
}
.BgClassName
{
background-color: #035BBC;
}
</style>
border-color css
<style>
span { border-color: #035BBC; }
span { border-color: rgb(3,91,188); }
td.TdClassName
{
border-color: #035BBC;
}
.TagClassName
{
border-color: #035BBC;
}
</style>