Shades of Denim #2678CC
Tints of Denim #2678CC
RGB
CMYK
RGB Variations
Color information
#2678CC (or 0x2678CC) is known color: Denim. HEX triplet: 26, 78 and CC. RGB value is (38,120,204). Sum of RGB (Red+Green+Blue) = 38+120+204=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #2678CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2678CC is #D98733. Grayscale: #686868. Windows color (decimal): -14255924 or 13400102. OLE color: 13400102.
HSL color Cylindrical-coordinate representation of color #2678CC: hue angle of 210.36º 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 #2678CC is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 120 | 204 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.2 |
| HSL | 210.36º | 0.69% | 0.47% | - |
| HSV(B) | 210.36º | 0.81% | 0.8% | - |
| XYZ | 18.41 | 18.2 | 59.67 | - |
| YUV | 105.06 | 183.83 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 120 | 204 | 0.81 | 0.41 | 0 | 0.2 | 210.36 | 0.69 | 0.47 |
| Hex | 26 | 78 | CC | 51 | 29 | 0 | 14 | D2 | 45 | 2F |
| Octal | 46 | 170 | 314 | 121 | 51 | 0 | 24 | 322 | 105 | 57 |
| Binary | 100110 | 1111000 | 11001100 | 1010001 | 101001 | 0 | 10100 | 11010010 | 1000101 | 101111 |
Color Harmonies of #2678CC
Complementary color
Monochromatic Colors of #2678CC
Black with #2678CC
Text Example
Text Example
White with #2678CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2678CC; }
p { color: rgb(38,120,204); }
H1.HeaderClassName
{
color: #2678CC;
}
.AnyTagClassName
{
color: #2678CC;
}
</style>
background-color css
<style>
a { background-color: #2678CC; }
a { background-color: rgb(38,120,204); }
div.DivClassName
{
background-color: #2678CC;
}
.BgClassName
{
background-color: #2678CC;
}
</style>
border-color css
<style>
span { border-color: #2678CC; }
span { border-color: rgb(38,120,204); }
td.TdClassName
{
border-color: #2678CC;
}
.TagClassName
{
border-color: #2678CC;
}
</style>