Shades of Denim #266ECE
Tints of Denim #266ECE
RGB
CMYK
RGB Variations
Color information
#266ECE (or 0x266ECE) is known color: Denim. HEX triplet: 26, 6E and CE. RGB value is (38,110,206). Sum of RGB (Red+Green+Blue) = 38+110+206=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #266ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266ECE is #D99131. Grayscale: #626262. Windows color (decimal): -14258482 or 13528614. OLE color: 13528614.
HSL color Cylindrical-coordinate representation of color #266ECE: hue angle of 214.29º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #266ECE is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 110 | 206 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.19 |
| HSL | 214.29º | 0.69% | 0.48% | - |
| HSV(B) | 214.29º | 0.82% | 0.81% | - |
| XYZ | 17.52 | 16.02 | 60.56 | - |
| YUV | 99.42 | 188.15 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 206 | 0.82 | 0.47 | 0 | 0.19 | 214.29 | 0.69 | 0.48 |
| Hex | 26 | 6E | CE | 52 | 2F | 0 | 13 | D6 | 45 | 30 |
| Octal | 46 | 156 | 316 | 122 | 57 | 0 | 23 | 326 | 105 | 60 |
| Binary | 100110 | 1101110 | 11001110 | 1010010 | 101111 | 0 | 10011 | 11010110 | 1000101 | 110000 |
Color Harmonies of #266ECE
Complementary color
Monochromatic Colors of #266ECE
Black with #266ECE
Text Example
Text Example
White with #266ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266ECE; }
p { color: rgb(38,110,206); }
H1.HeaderClassName
{
color: #266ECE;
}
.AnyTagClassName
{
color: #266ECE;
}
</style>
background-color css
<style>
a { background-color: #266ECE; }
a { background-color: rgb(38,110,206); }
div.DivClassName
{
background-color: #266ECE;
}
.BgClassName
{
background-color: #266ECE;
}
</style>
border-color css
<style>
span { border-color: #266ECE; }
span { border-color: rgb(38,110,206); }
td.TdClassName
{
border-color: #266ECE;
}
.TagClassName
{
border-color: #266ECE;
}
</style>