Shades of Denim #2677CC
Tints of Denim #2677CC
RGB
CMYK
RGB Variations
Color information
#2677CC (or 0x2677CC) is known color: Denim. HEX triplet: 26, 77 and CC. RGB value is (38,119,204). Sum of RGB (Red+Green+Blue) = 38+119+204=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #2677CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2677CC is #D98833. Grayscale: #686868. Windows color (decimal): -14256180 or 13399846. OLE color: 13399846.
HSL color Cylindrical-coordinate representation of color #2677CC: hue angle of 210.72º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2677CC is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 119 | 204 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.2 |
| HSL | 210.72º | 0.69% | 0.47% | - |
| HSV(B) | 210.72º | 0.81% | 0.8% | - |
| XYZ | 18.3 | 17.97 | 59.63 | - |
| YUV | 104.47 | 184.16 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 204 | 0.81 | 0.42 | 0 | 0.2 | 210.72 | 0.69 | 0.47 |
| Hex | 26 | 77 | CC | 51 | 2A | 0 | 14 | D3 | 45 | 2F |
| Octal | 46 | 167 | 314 | 121 | 52 | 0 | 24 | 323 | 105 | 57 |
| Binary | 100110 | 1110111 | 11001100 | 1010001 | 101010 | 0 | 10100 | 11010011 | 1000101 | 101111 |
Color Harmonies of #2677CC
Complementary color
Monochromatic Colors of #2677CC
Black with #2677CC
Text Example
Text Example
White with #2677CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2677CC; }
p { color: rgb(38,119,204); }
H1.HeaderClassName
{
color: #2677CC;
}
.AnyTagClassName
{
color: #2677CC;
}
</style>
background-color css
<style>
a { background-color: #2677CC; }
a { background-color: rgb(38,119,204); }
div.DivClassName
{
background-color: #2677CC;
}
.BgClassName
{
background-color: #2677CC;
}
</style>
border-color css
<style>
span { border-color: #2677CC; }
span { border-color: rgb(38,119,204); }
td.TdClassName
{
border-color: #2677CC;
}
.TagClassName
{
border-color: #2677CC;
}
</style>