Shades of Denim #035CBB
Tints of Denim #035CBB
RGB
CMYK
RGB Variations
Color information
#035CBB (or 0x035CBB) is known color: Denim. HEX triplet: 03, 5C and BB. RGB value is (3,92,187). Sum of RGB (Red+Green+Blue) = 3+92+187=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #035CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CBB is #FCA344. Grayscale: #4B4B4B. Windows color (decimal): -16556869 or 12278787. OLE color: 12278787.
HSL color Cylindrical-coordinate representation of color #035CBB: hue angle of 210.98º 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 #035CBB is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 92 | 187 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.27 |
| HSL | 210.98º | 0.97% | 0.37% | - |
| HSV(B) | 210.98º | 0.98% | 0.73% | - |
| XYZ | 12.83 | 11.26 | 48.51 | - |
| YUV | 76.22 | 190.51 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 187 | 0.98 | 0.51 | 0 | 0.27 | 210.98 | 0.97 | 0.37 |
| Hex | 3 | 5C | BB | 62 | 33 | 0 | 1B | D3 | 61 | 25 |
| Octal | 3 | 134 | 273 | 142 | 63 | 0 | 33 | 323 | 141 | 45 |
| Binary | 11 | 1011100 | 10111011 | 1100010 | 110011 | 0 | 11011 | 11010011 | 1100001 | 100101 |
Color Harmonies of #035CBB
Complementary color
Monochromatic Colors of #035CBB
Black with #035CBB
Text Example
Text Example
White with #035CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035CBB; }
p { color: rgb(3,92,187); }
H1.HeaderClassName
{
color: #035CBB;
}
.AnyTagClassName
{
color: #035CBB;
}
</style>
background-color css
<style>
a { background-color: #035CBB; }
a { background-color: rgb(3,92,187); }
div.DivClassName
{
background-color: #035CBB;
}
.BgClassName
{
background-color: #035CBB;
}
</style>
border-color css
<style>
span { border-color: #035CBB; }
span { border-color: rgb(3,92,187); }
td.TdClassName
{
border-color: #035CBB;
}
.TagClassName
{
border-color: #035CBB;
}
</style>