Shades of Denim #2669BE
Tints of Denim #2669BE
RGB
CMYK
RGB Variations
Color information
#2669BE (or 0x2669BE) is known color: Denim. HEX triplet: 26, 69 and BE. RGB value is (38,105,190). Sum of RGB (Red+Green+Blue) = 38+105+190=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #2669BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2669BE is #D99641. Grayscale: #5E5E5E. Windows color (decimal): -14259778 or 12478758. OLE color: 12478758.
HSL color Cylindrical-coordinate representation of color #2669BE: hue angle of 213.55º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2669BE is Cyan = 0.8, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 105 | 190 | - |
| CMYK | 0.8 | 0.45 | 0 | 0.25 |
| HSL | 213.55º | 0.67% | 0.45% | - |
| HSV(B) | 213.55º | 0.8% | 0.75% | - |
| XYZ | 15.15 | 14.23 | 50.66 | - |
| YUV | 94.66 | 181.8 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 190 | 0.8 | 0.45 | 0 | 0.25 | 213.55 | 0.67 | 0.45 |
| Hex | 26 | 69 | BE | 50 | 2D | 0 | 19 | D6 | 43 | 2D |
| Octal | 46 | 151 | 276 | 120 | 55 | 0 | 31 | 326 | 103 | 55 |
| Binary | 100110 | 1101001 | 10111110 | 1010000 | 101101 | 0 | 11001 | 11010110 | 1000011 | 101101 |
Color Harmonies of #2669BE
Complementary color
Monochromatic Colors of #2669BE
Black with #2669BE
Text Example
Text Example
White with #2669BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2669BE; }
p { color: rgb(38,105,190); }
H1.HeaderClassName
{
color: #2669BE;
}
.AnyTagClassName
{
color: #2669BE;
}
</style>
background-color css
<style>
a { background-color: #2669BE; }
a { background-color: rgb(38,105,190); }
div.DivClassName
{
background-color: #2669BE;
}
.BgClassName
{
background-color: #2669BE;
}
</style>
border-color css
<style>
span { border-color: #2669BE; }
span { border-color: rgb(38,105,190); }
td.TdClassName
{
border-color: #2669BE;
}
.TagClassName
{
border-color: #2669BE;
}
</style>