Shades of Denim #035EBA
Tints of Denim #035EBA
RGB
CMYK
RGB Variations
Color information
#035EBA (or 0x035EBA) is known color: Denim. HEX triplet: 03, 5E and BA. RGB value is (3,94,186). Sum of RGB (Red+Green+Blue) = 3+94+186=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #035EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035EBA is #FCA145. Grayscale: #4C4C4C. Windows color (decimal): -16556358 or 12213763. OLE color: 12213763.
HSL color Cylindrical-coordinate representation of color #035EBA: hue angle of 210.16º 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 #035EBA is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 94 | 186 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.27 |
| HSL | 210.16º | 0.97% | 0.37% | - |
| HSV(B) | 210.16º | 0.98% | 0.73% | - |
| XYZ | 12.9 | 11.57 | 48.01 | - |
| YUV | 77.28 | 189.35 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 186 | 0.98 | 0.49 | 0 | 0.27 | 210.16 | 0.97 | 0.37 |
| Hex | 3 | 5E | BA | 62 | 31 | 0 | 1B | D2 | 61 | 25 |
| Octal | 3 | 136 | 272 | 142 | 61 | 0 | 33 | 322 | 141 | 45 |
| Binary | 11 | 1011110 | 10111010 | 1100010 | 110001 | 0 | 11011 | 11010010 | 1100001 | 100101 |
Color Harmonies of #035EBA
Complementary color
Monochromatic Colors of #035EBA
Black with #035EBA
Text Example
Text Example
White with #035EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035EBA; }
p { color: rgb(3,94,186); }
H1.HeaderClassName
{
color: #035EBA;
}
.AnyTagClassName
{
color: #035EBA;
}
</style>
background-color css
<style>
a { background-color: #035EBA; }
a { background-color: rgb(3,94,186); }
div.DivClassName
{
background-color: #035EBA;
}
.BgClassName
{
background-color: #035EBA;
}
</style>
border-color css
<style>
span { border-color: #035EBA; }
span { border-color: rgb(3,94,186); }
td.TdClassName
{
border-color: #035EBA;
}
.TagClassName
{
border-color: #035EBA;
}
</style>