Shades of Denim #2668BA
Tints of Denim #2668BA
RGB
CMYK
RGB Variations
Color information
#2668BA (or 0x2668BA) is known color: Denim. HEX triplet: 26, 68 and BA. RGB value is (38,104,186). Sum of RGB (Red+Green+Blue) = 38+104+186=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #2668BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2668BA is #D99745. Grayscale: #5D5D5D. Windows color (decimal): -14260038 or 12216358. OLE color: 12216358.
HSL color Cylindrical-coordinate representation of color #2668BA: hue angle of 213.24º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2668BA is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 104 | 186 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.27 |
| HSL | 213.24º | 0.66% | 0.44% | - |
| HSV(B) | 213.24º | 0.8% | 0.73% | - |
| XYZ | 14.61 | 13.86 | 48.36 | - |
| YUV | 93.61 | 180.13 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 104 | 186 | 0.80 | 0.44 | 0 | 0.27 | 213.24 | 0.66 | 0.44 |
| Hex | 26 | 68 | BA | 50 | 2C | 0 | 1B | D5 | 42 | 2C |
| Octal | 46 | 150 | 272 | 120 | 54 | 0 | 33 | 325 | 102 | 54 |
| Binary | 100110 | 1101000 | 10111010 | 1010000 | 101100 | 0 | 11011 | 11010101 | 1000010 | 101100 |
Color Harmonies of #2668BA
Complementary color
Monochromatic Colors of #2668BA
Black with #2668BA
Text Example
Text Example
White with #2668BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2668BA; }
p { color: rgb(38,104,186); }
H1.HeaderClassName
{
color: #2668BA;
}
.AnyTagClassName
{
color: #2668BA;
}
</style>
background-color css
<style>
a { background-color: #2668BA; }
a { background-color: rgb(38,104,186); }
div.DivClassName
{
background-color: #2668BA;
}
.BgClassName
{
background-color: #2668BA;
}
</style>
border-color css
<style>
span { border-color: #2668BA; }
span { border-color: rgb(38,104,186); }
td.TdClassName
{
border-color: #2668BA;
}
.TagClassName
{
border-color: #2668BA;
}
</style>