Shades of Denim #2668B7
Tints of Denim #2668B7
RGB
CMYK
RGB Variations
Color information
#2668B7 (or 0x2668B7) is known color: Denim. HEX triplet: 26, 68 and B7. RGB value is (38,104,183). Sum of RGB (Red+Green+Blue) = 38+104+183=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 183 (71.88% from 255 or 56.31% from 325); Max value from RGB is 183 - color contains mainly: blue. Hex color #2668B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2668B7 is #D99748. Grayscale: #5C5C5C. Windows color (decimal): -14260041 or 12019750. OLE color: 12019750.
HSL color Cylindrical-coordinate representation of color #2668B7: hue angle of 212.69º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2668B7 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 104 | 183 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.28 |
| HSL | 212.69º | 0.66% | 0.43% | - |
| HSV(B) | 212.69º | 0.79% | 0.72% | - |
| XYZ | 14.3 | 13.73 | 46.7 | - |
| YUV | 93.27 | 178.63 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 104 | 183 | 0.79 | 0.43 | 0 | 0.28 | 212.69 | 0.66 | 0.43 |
| Hex | 26 | 68 | B7 | 4F | 2B | 0 | 1C | D5 | 42 | 2B |
| Octal | 46 | 150 | 267 | 117 | 53 | 0 | 34 | 325 | 102 | 53 |
| Binary | 100110 | 1101000 | 10110111 | 1001111 | 101011 | 0 | 11100 | 11010101 | 1000010 | 101011 |
Color Harmonies of #2668B7
Complementary color
Monochromatic Colors of #2668B7
Black with #2668B7
Text Example
Text Example
White with #2668B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2668B7; }
p { color: rgb(38,104,183); }
H1.HeaderClassName
{
color: #2668B7;
}
.AnyTagClassName
{
color: #2668B7;
}
</style>
background-color css
<style>
a { background-color: #2668B7; }
a { background-color: rgb(38,104,183); }
div.DivClassName
{
background-color: #2668B7;
}
.BgClassName
{
background-color: #2668B7;
}
</style>
border-color css
<style>
span { border-color: #2668B7; }
span { border-color: rgb(38,104,183); }
td.TdClassName
{
border-color: #2668B7;
}
.TagClassName
{
border-color: #2668B7;
}
</style>