Shades of Denim #2766BF
Tints of Denim #2766BF
RGB
CMYK
RGB Variations
Color information
#2766BF (or 0x2766BF) is known color: Denim. HEX triplet: 27, 66 and BF. RGB value is (39,102,191). Sum of RGB (Red+Green+Blue) = 39+102+191=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #2766BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2766BF is #D89940. Grayscale: #5C5C5C. Windows color (decimal): -14195009 or 12543527. OLE color: 12543527.
HSL color Cylindrical-coordinate representation of color #2766BF: hue angle of 215.13º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2766BF is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 102 | 191 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.25 |
| HSL | 215.13º | 0.66% | 0.45% | - |
| HSV(B) | 215.13º | 0.8% | 0.75% | - |
| XYZ | 14.99 | 13.7 | 51.14 | - |
| YUV | 93.31 | 183.13 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 102 | 191 | 0.80 | 0.47 | 0 | 0.25 | 215.13 | 0.66 | 0.45 |
| Hex | 27 | 66 | BF | 50 | 2F | 0 | 19 | D7 | 42 | 2D |
| Octal | 47 | 146 | 277 | 120 | 57 | 0 | 31 | 327 | 102 | 55 |
| Binary | 100111 | 1100110 | 10111111 | 1010000 | 101111 | 0 | 11001 | 11010111 | 1000010 | 101101 |
Color Harmonies of #2766BF
Complementary color
Monochromatic Colors of #2766BF
Black with #2766BF
Text Example
Text Example
White with #2766BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2766BF; }
p { color: rgb(39,102,191); }
H1.HeaderClassName
{
color: #2766BF;
}
.AnyTagClassName
{
color: #2766BF;
}
</style>
background-color css
<style>
a { background-color: #2766BF; }
a { background-color: rgb(39,102,191); }
div.DivClassName
{
background-color: #2766BF;
}
.BgClassName
{
background-color: #2766BF;
}
</style>
border-color css
<style>
span { border-color: #2766BF; }
span { border-color: rgb(39,102,191); }
td.TdClassName
{
border-color: #2766BF;
}
.TagClassName
{
border-color: #2766BF;
}
</style>