Shades of Denim #2765BA
Tints of Denim #2765BA
RGB
CMYK
RGB Variations
Color information
#2765BA (or 0x2765BA) is known color: Denim. HEX triplet: 27, 65 and BA. RGB value is (39,101,186). Sum of RGB (Red+Green+Blue) = 39+101+186=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #2765BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2765BA is #D89A45. Grayscale: #5B5B5B. Windows color (decimal): -14195270 or 12215591. OLE color: 12215591.
HSL color Cylindrical-coordinate representation of color #2765BA: hue angle of 214.69º 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 #2765BA is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 101 | 186 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.27 |
| HSL | 214.69º | 0.65% | 0.44% | - |
| HSV(B) | 214.69º | 0.79% | 0.73% | - |
| XYZ | 14.35 | 13.28 | 48.26 | - |
| YUV | 92.15 | 180.96 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 101 | 186 | 0.79 | 0.46 | 0 | 0.27 | 214.69 | 0.65 | 0.44 |
| Hex | 27 | 65 | BA | 4F | 2E | 0 | 1B | D7 | 41 | 2C |
| Octal | 47 | 145 | 272 | 117 | 56 | 0 | 33 | 327 | 101 | 54 |
| Binary | 100111 | 1100101 | 10111010 | 1001111 | 101110 | 0 | 11011 | 11010111 | 1000001 | 101100 |
Color Harmonies of #2765BA
Complementary color
Monochromatic Colors of #2765BA
Black with #2765BA
Text Example
Text Example
White with #2765BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2765BA; }
p { color: rgb(39,101,186); }
H1.HeaderClassName
{
color: #2765BA;
}
.AnyTagClassName
{
color: #2765BA;
}
</style>
background-color css
<style>
a { background-color: #2765BA; }
a { background-color: rgb(39,101,186); }
div.DivClassName
{
background-color: #2765BA;
}
.BgClassName
{
background-color: #2765BA;
}
</style>
border-color css
<style>
span { border-color: #2765BA; }
span { border-color: rgb(39,101,186); }
td.TdClassName
{
border-color: #2765BA;
}
.TagClassName
{
border-color: #2765BA;
}
</style>