Shades of Denim #2769BE
Tints of Denim #2769BE
RGB
CMYK
RGB Variations
Color information
#2769BE (or 0x2769BE) is known color: Denim. HEX triplet: 27, 69 and BE. RGB value is (39,105,190). Sum of RGB (Red+Green+Blue) = 39+105+190=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #2769BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2769BE is #D89641. Grayscale: #5E5E5E. Windows color (decimal): -14194242 or 12478759. OLE color: 12478759.
HSL color Cylindrical-coordinate representation of color #2769BE: hue angle of 213.77º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2769BE is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 105 | 190 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.25 |
| HSL | 213.77º | 0.66% | 0.45% | - |
| HSV(B) | 213.77º | 0.79% | 0.75% | - |
| XYZ | 15.18 | 14.25 | 50.67 | - |
| YUV | 94.96 | 181.63 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 105 | 190 | 0.79 | 0.45 | 0 | 0.25 | 213.77 | 0.66 | 0.45 |
| Hex | 27 | 69 | BE | 4F | 2D | 0 | 19 | D6 | 42 | 2D |
| Octal | 47 | 151 | 276 | 117 | 55 | 0 | 31 | 326 | 102 | 55 |
| Binary | 100111 | 1101001 | 10111110 | 1001111 | 101101 | 0 | 11001 | 11010110 | 1000010 | 101101 |
Color Harmonies of #2769BE
Complementary color
Monochromatic Colors of #2769BE
Black with #2769BE
Text Example
Text Example
White with #2769BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2769BE; }
p { color: rgb(39,105,190); }
H1.HeaderClassName
{
color: #2769BE;
}
.AnyTagClassName
{
color: #2769BE;
}
</style>
background-color css
<style>
a { background-color: #2769BE; }
a { background-color: rgb(39,105,190); }
div.DivClassName
{
background-color: #2769BE;
}
.BgClassName
{
background-color: #2769BE;
}
</style>
border-color css
<style>
span { border-color: #2769BE; }
span { border-color: rgb(39,105,190); }
td.TdClassName
{
border-color: #2769BE;
}
.TagClassName
{
border-color: #2769BE;
}
</style>