Shades of Denim #0356BA
Tints of Denim #0356BA
RGB
CMYK
RGB Variations
Color information
#0356BA (or 0x0356BA) is known color: Denim. HEX triplet: 03, 56 and BA. RGB value is (3,86,186). Sum of RGB (Red+Green+Blue) = 3+86+186=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #0356BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0356BA is #FCA945. Grayscale: #484848. Windows color (decimal): -16558406 or 12211715. OLE color: 12211715.
HSL color Cylindrical-coordinate representation of color #0356BA: hue angle of 212.79º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0356BA is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 86 | 186 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.27 |
| HSL | 212.79º | 0.97% | 0.37% | - |
| HSV(B) | 212.79º | 0.98% | 0.73% | - |
| XYZ | 12.23 | 10.22 | 47.78 | - |
| YUV | 72.58 | 192 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 86 | 186 | 0.98 | 0.54 | 0 | 0.27 | 212.79 | 0.97 | 0.37 |
| Hex | 3 | 56 | BA | 62 | 36 | 0 | 1B | D5 | 61 | 25 |
| Octal | 3 | 126 | 272 | 142 | 66 | 0 | 33 | 325 | 141 | 45 |
| Binary | 11 | 1010110 | 10111010 | 1100010 | 110110 | 0 | 11011 | 11010101 | 1100001 | 100101 |
Color Harmonies of #0356BA
Complementary color
Monochromatic Colors of #0356BA
Black with #0356BA
Text Example
Text Example
White with #0356BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0356BA; }
p { color: rgb(3,86,186); }
H1.HeaderClassName
{
color: #0356BA;
}
.AnyTagClassName
{
color: #0356BA;
}
</style>
background-color css
<style>
a { background-color: #0356BA; }
a { background-color: rgb(3,86,186); }
div.DivClassName
{
background-color: #0356BA;
}
.BgClassName
{
background-color: #0356BA;
}
</style>
border-color css
<style>
span { border-color: #0356BA; }
span { border-color: rgb(3,86,186); }
td.TdClassName
{
border-color: #0356BA;
}
.TagClassName
{
border-color: #0356BA;
}
</style>