Shades of Denim #2777CA
Tints of Denim #2777CA
RGB
CMYK
RGB Variations
Color information
#2777CA (or 0x2777CA) is known color: Denim. HEX triplet: 27, 77 and CA. RGB value is (39,119,202). Sum of RGB (Red+Green+Blue) = 39+119+202=360 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.83% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #2777CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2777CA is #D88835. Grayscale: #686868. Windows color (decimal): -14190646 or 13268775. OLE color: 13268775.
HSL color Cylindrical-coordinate representation of color #2777CA: hue angle of 210.55º 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 #2777CA is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 119 | 202 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.21 |
| HSL | 210.55º | 0.68% | 0.47% | - |
| HSV(B) | 210.55º | 0.81% | 0.79% | - |
| XYZ | 18.09 | 17.89 | 58.38 | - |
| YUV | 104.54 | 183 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 202 | 0.81 | 0.41 | 0 | 0.21 | 210.55 | 0.68 | 0.47 |
| Hex | 27 | 77 | CA | 51 | 29 | 0 | 15 | D3 | 44 | 2F |
| Octal | 47 | 167 | 312 | 121 | 51 | 0 | 25 | 323 | 104 | 57 |
| Binary | 100111 | 1110111 | 11001010 | 1010001 | 101001 | 0 | 10101 | 11010011 | 1000100 | 101111 |
Color Harmonies of #2777CA
Complementary color
Monochromatic Colors of #2777CA
Black with #2777CA
Text Example
Text Example
White with #2777CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2777CA; }
p { color: rgb(39,119,202); }
H1.HeaderClassName
{
color: #2777CA;
}
.AnyTagClassName
{
color: #2777CA;
}
</style>
background-color css
<style>
a { background-color: #2777CA; }
a { background-color: rgb(39,119,202); }
div.DivClassName
{
background-color: #2777CA;
}
.BgClassName
{
background-color: #2777CA;
}
</style>
border-color css
<style>
span { border-color: #2777CA; }
span { border-color: rgb(39,119,202); }
td.TdClassName
{
border-color: #2777CA;
}
.TagClassName
{
border-color: #2777CA;
}
</style>