Shades of Denim #2765CA
Tints of Denim #2765CA
RGB
CMYK
RGB Variations
Color information
#2765CA (or 0x2765CA) is known color: Denim. HEX triplet: 27, 65 and CA. RGB value is (39,101,202). Sum of RGB (Red+Green+Blue) = 39+101+202=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #2765CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2765CA is #D89A35. Grayscale: #5D5D5D. Windows color (decimal): -14195254 or 13264167. OLE color: 13264167.
HSL color Cylindrical-coordinate representation of color #2765CA: hue angle of 217.18º 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 #2765CA is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 101 | 202 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.21 |
| HSL | 217.18º | 0.68% | 0.47% | - |
| HSV(B) | 217.18º | 0.81% | 0.79% | - |
| XYZ | 16.15 | 14 | 57.73 | - |
| YUV | 93.98 | 188.96 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 101 | 202 | 0.81 | 0.50 | 0 | 0.21 | 217.18 | 0.68 | 0.47 |
| Hex | 27 | 65 | CA | 51 | 32 | 0 | 15 | D9 | 44 | 2F |
| Octal | 47 | 145 | 312 | 121 | 62 | 0 | 25 | 331 | 104 | 57 |
| Binary | 100111 | 1100101 | 11001010 | 1010001 | 110010 | 0 | 10101 | 11011001 | 1000100 | 101111 |
Color Harmonies of #2765CA
Complementary color
Monochromatic Colors of #2765CA
Black with #2765CA
Text Example
Text Example
White with #2765CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2765CA; }
p { color: rgb(39,101,202); }
H1.HeaderClassName
{
color: #2765CA;
}
.AnyTagClassName
{
color: #2765CA;
}
</style>
background-color css
<style>
a { background-color: #2765CA; }
a { background-color: rgb(39,101,202); }
div.DivClassName
{
background-color: #2765CA;
}
.BgClassName
{
background-color: #2765CA;
}
</style>
border-color css
<style>
span { border-color: #2765CA; }
span { border-color: rgb(39,101,202); }
td.TdClassName
{
border-color: #2765CA;
}
.TagClassName
{
border-color: #2765CA;
}
</style>