Shades of Denim #2775C9
Tints of Denim #2775C9
RGB
CMYK
RGB Variations
Color information
#2775C9 (or 0x2775C9) is known color: Denim. HEX triplet: 27, 75 and C9. RGB value is (39,117,201). Sum of RGB (Red+Green+Blue) = 39+117+201=357 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.92% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 201 (78.91% from 255 or 56.30% from 357); Max value from RGB is 201 - color contains mainly: blue. Hex color #2775C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2775C9 is #D88A36. Grayscale: #666666. Windows color (decimal): -14191159 or 13202727. OLE color: 13202727.
HSL color Cylindrical-coordinate representation of color #2775C9: hue angle of 211.11º 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 #2775C9 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 117 | 201 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.21 |
| HSL | 211.11º | 0.68% | 0.47% | - |
| HSV(B) | 211.11º | 0.81% | 0.79% | - |
| XYZ | 17.74 | 17.37 | 57.68 | - |
| YUV | 103.25 | 183.16 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 117 | 201 | 0.81 | 0.42 | 0 | 0.21 | 211.11 | 0.68 | 0.47 |
| Hex | 27 | 75 | C9 | 51 | 2A | 0 | 15 | D3 | 44 | 2F |
| Octal | 47 | 165 | 311 | 121 | 52 | 0 | 25 | 323 | 104 | 57 |
| Binary | 100111 | 1110101 | 11001001 | 1010001 | 101010 | 0 | 10101 | 11010011 | 1000100 | 101111 |
Color Harmonies of #2775C9
Complementary color
Monochromatic Colors of #2775C9
Black with #2775C9
Text Example
Text Example
White with #2775C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2775C9; }
p { color: rgb(39,117,201); }
H1.HeaderClassName
{
color: #2775C9;
}
.AnyTagClassName
{
color: #2775C9;
}
</style>
background-color css
<style>
a { background-color: #2775C9; }
a { background-color: rgb(39,117,201); }
div.DivClassName
{
background-color: #2775C9;
}
.BgClassName
{
background-color: #2775C9;
}
</style>
border-color css
<style>
span { border-color: #2775C9; }
span { border-color: rgb(39,117,201); }
td.TdClassName
{
border-color: #2775C9;
}
.TagClassName
{
border-color: #2775C9;
}
</style>