Shades of Denim #0359BC
Tints of Denim #0359BC
RGB
CMYK
RGB Variations
Color information
#0359BC (or 0x0359BC) is known color: Denim. HEX triplet: 03, 59 and BC. RGB value is (3,89,188). Sum of RGB (Red+Green+Blue) = 3+89+188=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #0359BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0359BC is #FCA643. Grayscale: #4A4A4A. Windows color (decimal): -16557636 or 12343555. OLE color: 12343555.
HSL color Cylindrical-coordinate representation of color #0359BC: hue angle of 212.11º 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 #0359BC is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 89 | 188 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.26 |
| HSL | 212.11º | 0.97% | 0.37% | - |
| HSV(B) | 212.11º | 0.98% | 0.74% | - |
| XYZ | 12.69 | 10.79 | 48.99 | - |
| YUV | 74.57 | 192.01 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 188 | 0.98 | 0.53 | 0 | 0.26 | 212.11 | 0.97 | 0.37 |
| Hex | 3 | 59 | BC | 62 | 35 | 0 | 1A | D4 | 61 | 25 |
| Octal | 3 | 131 | 274 | 142 | 65 | 0 | 32 | 324 | 141 | 45 |
| Binary | 11 | 1011001 | 10111100 | 1100010 | 110101 | 0 | 11010 | 11010100 | 1100001 | 100101 |
Color Harmonies of #0359BC
Complementary color
Monochromatic Colors of #0359BC
Black with #0359BC
Text Example
Text Example
White with #0359BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0359BC; }
p { color: rgb(3,89,188); }
H1.HeaderClassName
{
color: #0359BC;
}
.AnyTagClassName
{
color: #0359BC;
}
</style>
background-color css
<style>
a { background-color: #0359BC; }
a { background-color: rgb(3,89,188); }
div.DivClassName
{
background-color: #0359BC;
}
.BgClassName
{
background-color: #0359BC;
}
</style>
border-color css
<style>
span { border-color: #0359BC; }
span { border-color: rgb(3,89,188); }
td.TdClassName
{
border-color: #0359BC;
}
.TagClassName
{
border-color: #0359BC;
}
</style>