Shades of Denim #2774CF
Tints of Denim #2774CF
RGB
CMYK
RGB Variations
Color information
#2774CF (or 0x2774CF) is known color: Denim. HEX triplet: 27, 74 and CF. RGB value is (39,116,207). Sum of RGB (Red+Green+Blue) = 39+116+207=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #2774CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2774CF is #D88B30. Grayscale: #666666. Windows color (decimal): -14191409 or 13595687. OLE color: 13595687.
HSL color Cylindrical-coordinate representation of color #2774CF: hue angle of 212.5º 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 #2774CF is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 116 | 207 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.19 |
| HSL | 212.5º | 0.68% | 0.48% | - |
| HSV(B) | 212.5º | 0.81% | 0.81% | - |
| XYZ | 18.34 | 17.43 | 61.43 | - |
| YUV | 103.35 | 186.49 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 116 | 207 | 0.81 | 0.44 | 0 | 0.19 | 212.5 | 0.68 | 0.48 |
| Hex | 27 | 74 | CF | 51 | 2C | 0 | 13 | D4 | 44 | 30 |
| Octal | 47 | 164 | 317 | 121 | 54 | 0 | 23 | 324 | 104 | 60 |
| Binary | 100111 | 1110100 | 11001111 | 1010001 | 101100 | 0 | 10011 | 11010100 | 1000100 | 110000 |
Color Harmonies of #2774CF
Complementary color
Monochromatic Colors of #2774CF
Black with #2774CF
Text Example
Text Example
White with #2774CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2774CF; }
p { color: rgb(39,116,207); }
H1.HeaderClassName
{
color: #2774CF;
}
.AnyTagClassName
{
color: #2774CF;
}
</style>
background-color css
<style>
a { background-color: #2774CF; }
a { background-color: rgb(39,116,207); }
div.DivClassName
{
background-color: #2774CF;
}
.BgClassName
{
background-color: #2774CF;
}
</style>
border-color css
<style>
span { border-color: #2774CF; }
span { border-color: rgb(39,116,207); }
td.TdClassName
{
border-color: #2774CF;
}
.TagClassName
{
border-color: #2774CF;
}
</style>