Shades of Denim #2762BA
Tints of Denim #2762BA
RGB
CMYK
RGB Variations
Color information
#2762BA (or 0x2762BA) is known color: Denim. HEX triplet: 27, 62 and BA. RGB value is (39,98,186). Sum of RGB (Red+Green+Blue) = 39+98+186=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #2762BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2762BA is #D89D45. Grayscale: #595959. Windows color (decimal): -14196038 or 12214823. OLE color: 12214823.
HSL color Cylindrical-coordinate representation of color #2762BA: hue angle of 215.92º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2762BA is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 98 | 186 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.27 |
| HSL | 215.92º | 0.65% | 0.44% | - |
| HSV(B) | 215.92º | 0.79% | 0.73% | - |
| XYZ | 14.07 | 12.71 | 48.17 | - |
| YUV | 90.39 | 181.95 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 98 | 186 | 0.79 | 0.47 | 0 | 0.27 | 215.92 | 0.65 | 0.44 |
| Hex | 27 | 62 | BA | 4F | 2F | 0 | 1B | D8 | 41 | 2C |
| Octal | 47 | 142 | 272 | 117 | 57 | 0 | 33 | 330 | 101 | 54 |
| Binary | 100111 | 1100010 | 10111010 | 1001111 | 101111 | 0 | 11011 | 11011000 | 1000001 | 101100 |
Color Harmonies of #2762BA
Complementary color
Monochromatic Colors of #2762BA
Black with #2762BA
Text Example
Text Example
White with #2762BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2762BA; }
p { color: rgb(39,98,186); }
H1.HeaderClassName
{
color: #2762BA;
}
.AnyTagClassName
{
color: #2762BA;
}
</style>
background-color css
<style>
a { background-color: #2762BA; }
a { background-color: rgb(39,98,186); }
div.DivClassName
{
background-color: #2762BA;
}
.BgClassName
{
background-color: #2762BA;
}
</style>
border-color css
<style>
span { border-color: #2762BA; }
span { border-color: rgb(39,98,186); }
td.TdClassName
{
border-color: #2762BA;
}
.TagClassName
{
border-color: #2762BA;
}
</style>