Shades of Denim #2765B8
Tints of Denim #2765B8
RGB
CMYK
RGB Variations
Color information
#2765B8 (or 0x2765B8) is known color: Denim. HEX triplet: 27, 65 and B8. RGB value is (39,101,184). Sum of RGB (Red+Green+Blue) = 39+101+184=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 184 (72.27% from 255 or 56.79% from 324); Max value from RGB is 184 - color contains mainly: blue. Hex color #2765B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2765B8 is #D89A47. Grayscale: #5B5B5B. Windows color (decimal): -14195272 or 12084519. OLE color: 12084519.
HSL color Cylindrical-coordinate representation of color #2765B8: hue angle of 214.34º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2765B8 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 101 | 184 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.28 |
| HSL | 214.34º | 0.65% | 0.44% | - |
| HSV(B) | 214.34º | 0.79% | 0.72% | - |
| XYZ | 14.14 | 13.2 | 47.15 | - |
| YUV | 91.92 | 179.96 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 101 | 184 | 0.79 | 0.45 | 0 | 0.28 | 214.34 | 0.65 | 0.44 |
| Hex | 27 | 65 | B8 | 4F | 2D | 0 | 1C | D6 | 41 | 2C |
| Octal | 47 | 145 | 270 | 117 | 55 | 0 | 34 | 326 | 101 | 54 |
| Binary | 100111 | 1100101 | 10111000 | 1001111 | 101101 | 0 | 11100 | 11010110 | 1000001 | 101100 |
Color Harmonies of #2765B8
Complementary color
Monochromatic Colors of #2765B8
Black with #2765B8
Text Example
Text Example
White with #2765B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2765B8; }
p { color: rgb(39,101,184); }
H1.HeaderClassName
{
color: #2765B8;
}
.AnyTagClassName
{
color: #2765B8;
}
</style>
background-color css
<style>
a { background-color: #2765B8; }
a { background-color: rgb(39,101,184); }
div.DivClassName
{
background-color: #2765B8;
}
.BgClassName
{
background-color: #2765B8;
}
</style>
border-color css
<style>
span { border-color: #2765B8; }
span { border-color: rgb(39,101,184); }
td.TdClassName
{
border-color: #2765B8;
}
.TagClassName
{
border-color: #2765B8;
}
</style>