Shades of Denim #2669C7
Tints of Denim #2669C7
RGB
CMYK
RGB Variations
Color information
#2669C7 (or 0x2669C7) is known color: Denim. HEX triplet: 26, 69 and C7. RGB value is (38,105,199). Sum of RGB (Red+Green+Blue) = 38+105+199=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 199 (78.12% from 255 or 58.19% from 342); Max value from RGB is 199 - color contains mainly: blue. Hex color #2669C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2669C7 is #D99638. Grayscale: #5F5F5F. Windows color (decimal): -14259769 or 13068582. OLE color: 13068582.
HSL color Cylindrical-coordinate representation of color #2669C7: hue angle of 215.03º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2669C7 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 105 | 199 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.22 |
| HSL | 215.03º | 0.68% | 0.46% | - |
| HSV(B) | 215.03º | 0.81% | 0.78% | - |
| XYZ | 16.16 | 14.64 | 56.01 | - |
| YUV | 95.68 | 186.3 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 199 | 0.81 | 0.47 | 0 | 0.22 | 215.03 | 0.68 | 0.46 |
| Hex | 26 | 69 | C7 | 51 | 2F | 0 | 16 | D7 | 44 | 2E |
| Octal | 46 | 151 | 307 | 121 | 57 | 0 | 26 | 327 | 104 | 56 |
| Binary | 100110 | 1101001 | 11000111 | 1010001 | 101111 | 0 | 10110 | 11010111 | 1000100 | 101110 |
Color Harmonies of #2669C7
Complementary color
Monochromatic Colors of #2669C7
Black with #2669C7
Text Example
Text Example
White with #2669C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2669C7; }
p { color: rgb(38,105,199); }
H1.HeaderClassName
{
color: #2669C7;
}
.AnyTagClassName
{
color: #2669C7;
}
</style>
background-color css
<style>
a { background-color: #2669C7; }
a { background-color: rgb(38,105,199); }
div.DivClassName
{
background-color: #2669C7;
}
.BgClassName
{
background-color: #2669C7;
}
</style>
border-color css
<style>
span { border-color: #2669C7; }
span { border-color: rgb(38,105,199); }
td.TdClassName
{
border-color: #2669C7;
}
.TagClassName
{
border-color: #2669C7;
}
</style>