Shades of Denim #2765C9
Tints of Denim #2765C9
RGB
CMYK
RGB Variations
Color information
#2765C9 (or 0x2765C9) is known color: Denim. HEX triplet: 27, 65 and C9. RGB value is (39,101,201). Sum of RGB (Red+Green+Blue) = 39+101+201=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 201 (78.91% from 255 or 58.94% from 341); Max value from RGB is 201 - color contains mainly: blue. Hex color #2765C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2765C9 is #D89A36. Grayscale: #5D5D5D. Windows color (decimal): -14195255 or 13198631. OLE color: 13198631.
HSL color Cylindrical-coordinate representation of color #2765C9: hue angle of 217.04º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2765C9 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 101 | 201 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.21 |
| HSL | 217.04º | 0.68% | 0.47% | - |
| HSV(B) | 217.04º | 0.81% | 0.79% | - |
| XYZ | 16.03 | 13.96 | 57.11 | - |
| YUV | 93.86 | 188.46 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 101 | 201 | 0.81 | 0.50 | 0 | 0.21 | 217.04 | 0.68 | 0.47 |
| Hex | 27 | 65 | C9 | 51 | 32 | 0 | 15 | D9 | 44 | 2F |
| Octal | 47 | 145 | 311 | 121 | 62 | 0 | 25 | 331 | 104 | 57 |
| Binary | 100111 | 1100101 | 11001001 | 1010001 | 110010 | 0 | 10101 | 11011001 | 1000100 | 101111 |
Color Harmonies of #2765C9
Complementary color
Monochromatic Colors of #2765C9
Black with #2765C9
Text Example
Text Example
White with #2765C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2765C9; }
p { color: rgb(39,101,201); }
H1.HeaderClassName
{
color: #2765C9;
}
.AnyTagClassName
{
color: #2765C9;
}
</style>
background-color css
<style>
a { background-color: #2765C9; }
a { background-color: rgb(39,101,201); }
div.DivClassName
{
background-color: #2765C9;
}
.BgClassName
{
background-color: #2765C9;
}
</style>
border-color css
<style>
span { border-color: #2765C9; }
span { border-color: rgb(39,101,201); }
td.TdClassName
{
border-color: #2765C9;
}
.TagClassName
{
border-color: #2765C9;
}
</style>