Shades of Denim #2766B7
Tints of Denim #2766B7
RGB
CMYK
RGB Variations
Color information
#2766B7 (or 0x2766B7) is known color: Denim. HEX triplet: 27, 66 and B7. RGB value is (39,102,183). Sum of RGB (Red+Green+Blue) = 39+102+183=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 183 (71.88% from 255 or 56.48% from 324); Max value from RGB is 183 - color contains mainly: blue. Hex color #2766B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2766B7 is #D89948. Grayscale: #5C5C5C. Windows color (decimal): -14195017 or 12019239. OLE color: 12019239.
HSL color Cylindrical-coordinate representation of color #2766B7: hue angle of 213.75º 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 #2766B7 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 102 | 183 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.28 |
| HSL | 213.75º | 0.65% | 0.44% | - |
| HSV(B) | 213.75º | 0.79% | 0.72% | - |
| XYZ | 14.14 | 13.35 | 46.63 | - |
| YUV | 92.4 | 179.13 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 102 | 183 | 0.79 | 0.44 | 0 | 0.28 | 213.75 | 0.65 | 0.44 |
| Hex | 27 | 66 | B7 | 4F | 2C | 0 | 1C | D6 | 41 | 2C |
| Octal | 47 | 146 | 267 | 117 | 54 | 0 | 34 | 326 | 101 | 54 |
| Binary | 100111 | 1100110 | 10110111 | 1001111 | 101100 | 0 | 11100 | 11010110 | 1000001 | 101100 |
Color Harmonies of #2766B7
Complementary color
Monochromatic Colors of #2766B7
Black with #2766B7
Text Example
Text Example
White with #2766B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2766B7; }
p { color: rgb(39,102,183); }
H1.HeaderClassName
{
color: #2766B7;
}
.AnyTagClassName
{
color: #2766B7;
}
</style>
background-color css
<style>
a { background-color: #2766B7; }
a { background-color: rgb(39,102,183); }
div.DivClassName
{
background-color: #2766B7;
}
.BgClassName
{
background-color: #2766B7;
}
</style>
border-color css
<style>
span { border-color: #2766B7; }
span { border-color: rgb(39,102,183); }
td.TdClassName
{
border-color: #2766B7;
}
.TagClassName
{
border-color: #2766B7;
}
</style>