Shades of Denim #2769BC
Tints of Denim #2769BC
RGB
CMYK
RGB Variations
Color information
#2769BC (or 0x2769BC) is known color: Denim. HEX triplet: 27, 69 and BC. RGB value is (39,105,188). Sum of RGB (Red+Green+Blue) = 39+105+188=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #2769BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2769BC is #D89643. Grayscale: #5E5E5E. Windows color (decimal): -14194244 or 12347687. OLE color: 12347687.
HSL color Cylindrical-coordinate representation of color #2769BC: hue angle of 213.42º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2769BC is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 105 | 188 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.26 |
| HSL | 213.42º | 0.66% | 0.45% | - |
| HSV(B) | 213.42º | 0.79% | 0.74% | - |
| XYZ | 14.97 | 14.17 | 49.52 | - |
| YUV | 94.73 | 180.63 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 105 | 188 | 0.79 | 0.44 | 0 | 0.26 | 213.42 | 0.66 | 0.45 |
| Hex | 27 | 69 | BC | 4F | 2C | 0 | 1A | D5 | 42 | 2D |
| Octal | 47 | 151 | 274 | 117 | 54 | 0 | 32 | 325 | 102 | 55 |
| Binary | 100111 | 1101001 | 10111100 | 1001111 | 101100 | 0 | 11010 | 11010101 | 1000010 | 101101 |
Color Harmonies of #2769BC
Complementary color
Monochromatic Colors of #2769BC
Black with #2769BC
Text Example
Text Example
White with #2769BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2769BC; }
p { color: rgb(39,105,188); }
H1.HeaderClassName
{
color: #2769BC;
}
.AnyTagClassName
{
color: #2769BC;
}
</style>
background-color css
<style>
a { background-color: #2769BC; }
a { background-color: rgb(39,105,188); }
div.DivClassName
{
background-color: #2769BC;
}
.BgClassName
{
background-color: #2769BC;
}
</style>
border-color css
<style>
span { border-color: #2769BC; }
span { border-color: rgb(39,105,188); }
td.TdClassName
{
border-color: #2769BC;
}
.TagClassName
{
border-color: #2769BC;
}
</style>