Shades of Denim #0357BE
Tints of Denim #0357BE
RGB
CMYK
RGB Variations
Color information
#0357BE (or 0x0357BE) is known color: Denim. HEX triplet: 03, 57 and BE. RGB value is (3,87,190). Sum of RGB (Red+Green+Blue) = 3+87+190=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #0357BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0357BE is #FCA841. Grayscale: #494949. Windows color (decimal): -16558146 or 12474115. OLE color: 12474115.
HSL color Cylindrical-coordinate representation of color #0357BE: hue angle of 213.05º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0357BE is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 87 | 190 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.25 |
| HSL | 213.05º | 0.97% | 0.38% | - |
| HSV(B) | 213.05º | 0.98% | 0.75% | - |
| XYZ | 12.74 | 10.55 | 50.08 | - |
| YUV | 73.63 | 193.67 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 190 | 0.98 | 0.54 | 0 | 0.25 | 213.05 | 0.97 | 0.38 |
| Hex | 3 | 57 | BE | 62 | 36 | 0 | 19 | D5 | 61 | 26 |
| Octal | 3 | 127 | 276 | 142 | 66 | 0 | 31 | 325 | 141 | 46 |
| Binary | 11 | 1010111 | 10111110 | 1100010 | 110110 | 0 | 11001 | 11010101 | 1100001 | 100110 |
Color Harmonies of #0357BE
Complementary color
Monochromatic Colors of #0357BE
Black with #0357BE
Text Example
Text Example
White with #0357BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0357BE; }
p { color: rgb(3,87,190); }
H1.HeaderClassName
{
color: #0357BE;
}
.AnyTagClassName
{
color: #0357BE;
}
</style>
background-color css
<style>
a { background-color: #0357BE; }
a { background-color: rgb(3,87,190); }
div.DivClassName
{
background-color: #0357BE;
}
.BgClassName
{
background-color: #0357BE;
}
</style>
border-color css
<style>
span { border-color: #0357BE; }
span { border-color: rgb(3,87,190); }
td.TdClassName
{
border-color: #0357BE;
}
.TagClassName
{
border-color: #0357BE;
}
</style>