Shades of Denim #2773CF
Tints of Denim #2773CF
RGB
CMYK
RGB Variations
Color information
#2773CF (or 0x2773CF) is known color: Denim. HEX triplet: 27, 73 and CF. RGB value is (39,115,207). Sum of RGB (Red+Green+Blue) = 39+115+207=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #2773CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2773CF is #D88C30. Grayscale: #666666. Windows color (decimal): -14191665 or 13595431. OLE color: 13595431.
HSL color Cylindrical-coordinate representation of color #2773CF: hue angle of 212.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 #2773CF is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 115 | 207 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.19 |
| HSL | 212.86º | 0.68% | 0.48% | - |
| HSV(B) | 212.86º | 0.81% | 0.81% | - |
| XYZ | 18.23 | 17.2 | 61.39 | - |
| YUV | 102.76 | 186.82 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 115 | 207 | 0.81 | 0.44 | 0 | 0.19 | 212.86 | 0.68 | 0.48 |
| Hex | 27 | 73 | CF | 51 | 2C | 0 | 13 | D5 | 44 | 30 |
| Octal | 47 | 163 | 317 | 121 | 54 | 0 | 23 | 325 | 104 | 60 |
| Binary | 100111 | 1110011 | 11001111 | 1010001 | 101100 | 0 | 10011 | 11010101 | 1000100 | 110000 |
Color Harmonies of #2773CF
Complementary color
Monochromatic Colors of #2773CF
Black with #2773CF
Text Example
Text Example
White with #2773CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2773CF; }
p { color: rgb(39,115,207); }
H1.HeaderClassName
{
color: #2773CF;
}
.AnyTagClassName
{
color: #2773CF;
}
</style>
background-color css
<style>
a { background-color: #2773CF; }
a { background-color: rgb(39,115,207); }
div.DivClassName
{
background-color: #2773CF;
}
.BgClassName
{
background-color: #2773CF;
}
</style>
border-color css
<style>
span { border-color: #2773CF; }
span { border-color: rgb(39,115,207); }
td.TdClassName
{
border-color: #2773CF;
}
.TagClassName
{
border-color: #2773CF;
}
</style>