Shades of Denim #2669C8
Tints of Denim #2669C8
RGB
CMYK
RGB Variations
Color information
#2669C8 (or 0x2669C8) is known color: Denim. HEX triplet: 26, 69 and C8. RGB value is (38,105,200). Sum of RGB (Red+Green+Blue) = 38+105+200=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 200 (78.52% from 255 or 58.31% from 343); Max value from RGB is 200 - color contains mainly: blue. Hex color #2669C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2669C8 is #D99637. Grayscale: #5F5F5F. Windows color (decimal): -14259768 or 13134118. OLE color: 13134118.
HSL color Cylindrical-coordinate representation of color #2669C8: hue angle of 215.19º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2669C8 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 105 | 200 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.22 |
| HSL | 215.19º | 0.68% | 0.47% | - |
| HSV(B) | 215.19º | 0.81% | 0.78% | - |
| XYZ | 16.28 | 14.69 | 56.62 | - |
| YUV | 95.8 | 186.8 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 200 | 0.81 | 0.48 | 0 | 0.22 | 215.19 | 0.68 | 0.47 |
| Hex | 26 | 69 | C8 | 51 | 30 | 0 | 16 | D7 | 44 | 2F |
| Octal | 46 | 151 | 310 | 121 | 60 | 0 | 26 | 327 | 104 | 57 |
| Binary | 100110 | 1101001 | 11001000 | 1010001 | 110000 | 0 | 10110 | 11010111 | 1000100 | 101111 |
Color Harmonies of #2669C8
Complementary color
Monochromatic Colors of #2669C8
Black with #2669C8
Text Example
Text Example
White with #2669C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2669C8; }
p { color: rgb(38,105,200); }
H1.HeaderClassName
{
color: #2669C8;
}
.AnyTagClassName
{
color: #2669C8;
}
</style>
background-color css
<style>
a { background-color: #2669C8; }
a { background-color: rgb(38,105,200); }
div.DivClassName
{
background-color: #2669C8;
}
.BgClassName
{
background-color: #2669C8;
}
</style>
border-color css
<style>
span { border-color: #2669C8; }
span { border-color: rgb(38,105,200); }
td.TdClassName
{
border-color: #2669C8;
}
.TagClassName
{
border-color: #2669C8;
}
</style>