Shades of Denim #2669B6
Tints of Denim #2669B6
RGB
CMYK
RGB Variations
Color information
#2669B6 (or 0x2669B6) is known color: Denim. HEX triplet: 26, 69 and B6. RGB value is (38,105,182). Sum of RGB (Red+Green+Blue) = 38+105+182=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 182 (71.48% from 255 or 56% from 325); Max value from RGB is 182 - color contains mainly: blue. Hex color #2669B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2669B6 is #D99649. Grayscale: #5D5D5D. Windows color (decimal): -14259786 or 11954470. OLE color: 11954470.
HSL color Cylindrical-coordinate representation of color #2669B6: hue angle of 212.08º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2669B6 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 105 | 182 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.29 |
| HSL | 212.08º | 0.65% | 0.43% | - |
| HSV(B) | 212.08º | 0.79% | 0.71% | - |
| XYZ | 14.29 | 13.89 | 46.18 | - |
| YUV | 93.75 | 177.8 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 182 | 0.79 | 0.42 | 0 | 0.29 | 212.08 | 0.65 | 0.43 |
| Hex | 26 | 69 | B6 | 4F | 2A | 0 | 1D | D4 | 41 | 2B |
| Octal | 46 | 151 | 266 | 117 | 52 | 0 | 35 | 324 | 101 | 53 |
| Binary | 100110 | 1101001 | 10110110 | 1001111 | 101010 | 0 | 11101 | 11010100 | 1000001 | 101011 |
Color Harmonies of #2669B6
Complementary color
Monochromatic Colors of #2669B6
Black with #2669B6
Text Example
Text Example
White with #2669B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2669B6; }
p { color: rgb(38,105,182); }
H1.HeaderClassName
{
color: #2669B6;
}
.AnyTagClassName
{
color: #2669B6;
}
</style>
background-color css
<style>
a { background-color: #2669B6; }
a { background-color: rgb(38,105,182); }
div.DivClassName
{
background-color: #2669B6;
}
.BgClassName
{
background-color: #2669B6;
}
</style>
border-color css
<style>
span { border-color: #2669B6; }
span { border-color: rgb(38,105,182); }
td.TdClassName
{
border-color: #2669B6;
}
.TagClassName
{
border-color: #2669B6;
}
</style>