Shades of Denim #2669BA
Tints of Denim #2669BA
RGB
CMYK
RGB Variations
Color information
#2669BA (or 0x2669BA) is known color: Denim. HEX triplet: 26, 69 and BA. RGB value is (38,105,186). Sum of RGB (Red+Green+Blue) = 38+105+186=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #2669BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2669BA is #D99645. Grayscale: #5D5D5D. Windows color (decimal): -14259782 or 12216614. OLE color: 12216614.
HSL color Cylindrical-coordinate representation of color #2669BA: hue angle of 212.84º 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 #2669BA is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 105 | 186 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.27 |
| HSL | 212.84º | 0.66% | 0.44% | - |
| HSV(B) | 212.84º | 0.8% | 0.73% | - |
| XYZ | 14.71 | 14.06 | 48.39 | - |
| YUV | 94.2 | 179.8 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 186 | 0.80 | 0.44 | 0 | 0.27 | 212.84 | 0.66 | 0.44 |
| Hex | 26 | 69 | BA | 50 | 2C | 0 | 1B | D5 | 42 | 2C |
| Octal | 46 | 151 | 272 | 120 | 54 | 0 | 33 | 325 | 102 | 54 |
| Binary | 100110 | 1101001 | 10111010 | 1010000 | 101100 | 0 | 11011 | 11010101 | 1000010 | 101100 |
Color Harmonies of #2669BA
Complementary color
Monochromatic Colors of #2669BA
Black with #2669BA
Text Example
Text Example
White with #2669BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2669BA; }
p { color: rgb(38,105,186); }
H1.HeaderClassName
{
color: #2669BA;
}
.AnyTagClassName
{
color: #2669BA;
}
</style>
background-color css
<style>
a { background-color: #2669BA; }
a { background-color: rgb(38,105,186); }
div.DivClassName
{
background-color: #2669BA;
}
.BgClassName
{
background-color: #2669BA;
}
</style>
border-color css
<style>
span { border-color: #2669BA; }
span { border-color: rgb(38,105,186); }
td.TdClassName
{
border-color: #2669BA;
}
.TagClassName
{
border-color: #2669BA;
}
</style>