Shades of Denim #0356BC
Tints of Denim #0356BC
RGB
CMYK
RGB Variations
Color information
#0356BC (or 0x0356BC) is known color: Denim. HEX triplet: 03, 56 and BC. RGB value is (3,86,188). Sum of RGB (Red+Green+Blue) = 3+86+188=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #0356BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0356BC is #FCA943. Grayscale: #484848. Windows color (decimal): -16558404 or 12342787. OLE color: 12342787.
HSL color Cylindrical-coordinate representation of color #0356BC: hue angle of 213.08º 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 #0356BC is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 86 | 188 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.26 |
| HSL | 213.08º | 0.97% | 0.37% | - |
| HSV(B) | 213.08º | 0.98% | 0.74% | - |
| XYZ | 12.44 | 10.31 | 48.91 | - |
| YUV | 72.81 | 193 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 86 | 188 | 0.98 | 0.54 | 0 | 0.26 | 213.08 | 0.97 | 0.37 |
| Hex | 3 | 56 | BC | 62 | 36 | 0 | 1A | D5 | 61 | 25 |
| Octal | 3 | 126 | 274 | 142 | 66 | 0 | 32 | 325 | 141 | 45 |
| Binary | 11 | 1010110 | 10111100 | 1100010 | 110110 | 0 | 11010 | 11010101 | 1100001 | 100101 |
Color Harmonies of #0356BC
Complementary color
Monochromatic Colors of #0356BC
Black with #0356BC
Text Example
Text Example
White with #0356BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0356BC; }
p { color: rgb(3,86,188); }
H1.HeaderClassName
{
color: #0356BC;
}
.AnyTagClassName
{
color: #0356BC;
}
</style>
background-color css
<style>
a { background-color: #0356BC; }
a { background-color: rgb(3,86,188); }
div.DivClassName
{
background-color: #0356BC;
}
.BgClassName
{
background-color: #0356BC;
}
</style>
border-color css
<style>
span { border-color: #0356BC; }
span { border-color: rgb(3,86,188); }
td.TdClassName
{
border-color: #0356BC;
}
.TagClassName
{
border-color: #0356BC;
}
</style>