Shades of Denim #035DB1
Tints of Denim #035DB1
RGB
CMYK
RGB Variations
Color information
#035DB1 (or 0x035DB1) is known color: Denim. HEX triplet: 03, 5D and B1. RGB value is (3,93,177). Sum of RGB (Red+Green+Blue) = 3+93+177=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 177 (69.53% from 255 or 64.84% from 273); Max value from RGB is 177 - color contains mainly: blue. Hex color #035DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035DB1 is #FCA24E. Grayscale: #4B4B4B. Windows color (decimal): -16556623 or 11623683. OLE color: 11623683.
HSL color Cylindrical-coordinate representation of color #035DB1: hue angle of 208.97º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035DB1 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 93 | 177 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.31 |
| HSL | 208.97º | 0.97% | 0.35% | - |
| HSV(B) | 208.97º | 0.98% | 0.69% | - |
| XYZ | 11.89 | 11.02 | 43.1 | - |
| YUV | 75.67 | 185.18 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 177 | 0.98 | 0.47 | 0 | 0.31 | 208.97 | 0.97 | 0.35 |
| Hex | 3 | 5D | B1 | 62 | 2F | 0 | 1F | D1 | 61 | 23 |
| Octal | 3 | 135 | 261 | 142 | 57 | 0 | 37 | 321 | 141 | 43 |
| Binary | 11 | 1011101 | 10110001 | 1100010 | 101111 | 0 | 11111 | 11010001 | 1100001 | 100011 |
Color Harmonies of #035DB1
Complementary color
Monochromatic Colors of #035DB1
Black with #035DB1
Text Example
Text Example
White with #035DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DB1; }
p { color: rgb(3,93,177); }
H1.HeaderClassName
{
color: #035DB1;
}
.AnyTagClassName
{
color: #035DB1;
}
</style>
background-color css
<style>
a { background-color: #035DB1; }
a { background-color: rgb(3,93,177); }
div.DivClassName
{
background-color: #035DB1;
}
.BgClassName
{
background-color: #035DB1;
}
</style>
border-color css
<style>
span { border-color: #035DB1; }
span { border-color: rgb(3,93,177); }
td.TdClassName
{
border-color: #035DB1;
}
.TagClassName
{
border-color: #035DB1;
}
</style>