Shades of Denim #2765CF
Tints of Denim #2765CF
RGB
CMYK
RGB Variations
Color information
#2765CF (or 0x2765CF) is known color: Denim. HEX triplet: 27, 65 and CF. RGB value is (39,101,207). Sum of RGB (Red+Green+Blue) = 39+101+207=347 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.24% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #2765CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2765CF is #D89A30. Grayscale: #5E5E5E. Windows color (decimal): -14195249 or 13591847. OLE color: 13591847.
HSL color Cylindrical-coordinate representation of color #2765CF: hue angle of 217.86º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2765CF is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 101 | 207 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.19 |
| HSL | 217.86º | 0.68% | 0.48% | - |
| HSV(B) | 217.86º | 0.81% | 0.81% | - |
| XYZ | 16.75 | 14.24 | 60.9 | - |
| YUV | 94.55 | 191.46 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 101 | 207 | 0.81 | 0.51 | 0 | 0.19 | 217.86 | 0.68 | 0.48 |
| Hex | 27 | 65 | CF | 51 | 33 | 0 | 13 | DA | 44 | 30 |
| Octal | 47 | 145 | 317 | 121 | 63 | 0 | 23 | 332 | 104 | 60 |
| Binary | 100111 | 1100101 | 11001111 | 1010001 | 110011 | 0 | 10011 | 11011010 | 1000100 | 110000 |
Color Harmonies of #2765CF
Complementary color
Monochromatic Colors of #2765CF
Black with #2765CF
Text Example
Text Example
White with #2765CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2765CF; }
p { color: rgb(39,101,207); }
H1.HeaderClassName
{
color: #2765CF;
}
.AnyTagClassName
{
color: #2765CF;
}
</style>
background-color css
<style>
a { background-color: #2765CF; }
a { background-color: rgb(39,101,207); }
div.DivClassName
{
background-color: #2765CF;
}
.BgClassName
{
background-color: #2765CF;
}
</style>
border-color css
<style>
span { border-color: #2765CF; }
span { border-color: rgb(39,101,207); }
td.TdClassName
{
border-color: #2765CF;
}
.TagClassName
{
border-color: #2765CF;
}
</style>