Shades of Denim #2679D0
Tints of Denim #2679D0
RGB
CMYK
RGB Variations
Color information
#2679D0 (or 0x2679D0) is known color: Denim. HEX triplet: 26, 79 and D0. RGB value is (38,121,208). Sum of RGB (Red+Green+Blue) = 38+121+208=367 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.35% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #2679D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2679D0 is #D9862F. Grayscale: #696969. Windows color (decimal): -14255664 or 13662502. OLE color: 13662502.
HSL color Cylindrical-coordinate representation of color #2679D0: hue angle of 210.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2679D0 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 121 | 208 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.18 |
| HSL | 210.71º | 0.69% | 0.48% | - |
| HSV(B) | 210.71º | 0.82% | 0.82% | - |
| XYZ | 19.02 | 18.64 | 62.27 | - |
| YUV | 106.1 | 185.5 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 121 | 208 | 0.82 | 0.42 | 0 | 0.18 | 210.71 | 0.69 | 0.48 |
| Hex | 26 | 79 | D0 | 52 | 2A | 0 | 12 | D3 | 45 | 30 |
| Octal | 46 | 171 | 320 | 122 | 52 | 0 | 22 | 323 | 105 | 60 |
| Binary | 100110 | 1111001 | 11010000 | 1010010 | 101010 | 0 | 10010 | 11010011 | 1000101 | 110000 |
Color Harmonies of #2679D0
Complementary color
Monochromatic Colors of #2679D0
Black with #2679D0
Text Example
Text Example
White with #2679D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2679D0; }
p { color: rgb(38,121,208); }
H1.HeaderClassName
{
color: #2679D0;
}
.AnyTagClassName
{
color: #2679D0;
}
</style>
background-color css
<style>
a { background-color: #2679D0; }
a { background-color: rgb(38,121,208); }
div.DivClassName
{
background-color: #2679D0;
}
.BgClassName
{
background-color: #2679D0;
}
</style>
border-color css
<style>
span { border-color: #2679D0; }
span { border-color: rgb(38,121,208); }
td.TdClassName
{
border-color: #2679D0;
}
.TagClassName
{
border-color: #2679D0;
}
</style>