Shades of Denim #035FAC
Tints of Denim #035FAC
RGB
CMYK
RGB Variations
Color information
#035FAC (or 0x035FAC) is known color: Denim. HEX triplet: 03, 5F and AC. RGB value is (3,95,172). Sum of RGB (Red+Green+Blue) = 3+95+172=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #035FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035FAC is #FCA053. Grayscale: #4B4B4B. Windows color (decimal): -16556116 or 11296515. OLE color: 11296515.
HSL color Cylindrical-coordinate representation of color #035FAC: hue angle of 207.34º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035FAC is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 95 | 172 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.33 |
| HSL | 207.34º | 0.97% | 0.34% | - |
| HSV(B) | 207.34º | 0.98% | 0.67% | - |
| XYZ | 11.58 | 11.18 | 40.58 | - |
| YUV | 76.27 | 182.02 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 172 | 0.98 | 0.45 | 0 | 0.33 | 207.34 | 0.97 | 0.34 |
| Hex | 3 | 5F | AC | 62 | 2D | 0 | 21 | CF | 61 | 22 |
| Octal | 3 | 137 | 254 | 142 | 55 | 0 | 41 | 317 | 141 | 42 |
| Binary | 11 | 1011111 | 10101100 | 1100010 | 101101 | 0 | 100001 | 11001111 | 1100001 | 100010 |
Color Harmonies of #035FAC
Complementary color
Monochromatic Colors of #035FAC
Black with #035FAC
Text Example
Text Example
White with #035FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035FAC; }
p { color: rgb(3,95,172); }
H1.HeaderClassName
{
color: #035FAC;
}
.AnyTagClassName
{
color: #035FAC;
}
</style>
background-color css
<style>
a { background-color: #035FAC; }
a { background-color: rgb(3,95,172); }
div.DivClassName
{
background-color: #035FAC;
}
.BgClassName
{
background-color: #035FAC;
}
</style>
border-color css
<style>
span { border-color: #035FAC; }
span { border-color: rgb(3,95,172); }
td.TdClassName
{
border-color: #035FAC;
}
.TagClassName
{
border-color: #035FAC;
}
</style>