Shades of Denim #266ED3
Tints of Denim #266ED3
RGB
CMYK
RGB Variations
Color information
#266ED3 (or 0x266ED3) is known color: Denim. HEX triplet: 26, 6E and D3. RGB value is (38,110,211). Sum of RGB (Red+Green+Blue) = 38+110+211=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 211 (82.81% from 255 or 58.77% from 359); Max value from RGB is 211 - color contains mainly: blue. Hex color #266ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266ED3 is #D9912C. Grayscale: #636363. Windows color (decimal): -14258477 or 13856294. OLE color: 13856294.
HSL color Cylindrical-coordinate representation of color #266ED3: hue angle of 215.03º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #266ED3 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 110 | 211 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.17 |
| HSL | 215.03º | 0.69% | 0.49% | - |
| HSV(B) | 215.03º | 0.82% | 0.83% | - |
| XYZ | 18.13 | 16.27 | 63.81 | - |
| YUV | 99.99 | 190.65 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 211 | 0.82 | 0.48 | 0 | 0.17 | 215.03 | 0.69 | 0.49 |
| Hex | 26 | 6E | D3 | 52 | 30 | 0 | 11 | D7 | 45 | 31 |
| Octal | 46 | 156 | 323 | 122 | 60 | 0 | 21 | 327 | 105 | 61 |
| Binary | 100110 | 1101110 | 11010011 | 1010010 | 110000 | 0 | 10001 | 11010111 | 1000101 | 110001 |
Color Harmonies of #266ED3
Complementary color
Monochromatic Colors of #266ED3
Black with #266ED3
Text Example
Text Example
White with #266ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266ED3; }
p { color: rgb(38,110,211); }
H1.HeaderClassName
{
color: #266ED3;
}
.AnyTagClassName
{
color: #266ED3;
}
</style>
background-color css
<style>
a { background-color: #266ED3; }
a { background-color: rgb(38,110,211); }
div.DivClassName
{
background-color: #266ED3;
}
.BgClassName
{
background-color: #266ED3;
}
</style>
border-color css
<style>
span { border-color: #266ED3; }
span { border-color: rgb(38,110,211); }
td.TdClassName
{
border-color: #266ED3;
}
.TagClassName
{
border-color: #266ED3;
}
</style>