Shades of Denim #266ECA
Tints of Denim #266ECA
RGB
CMYK
RGB Variations
Color information
#266ECA (or 0x266ECA) is known color: Denim. HEX triplet: 26, 6E and CA. RGB value is (38,110,202). Sum of RGB (Red+Green+Blue) = 38+110+202=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #266ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266ECA is #D99135. Grayscale: #626262. Windows color (decimal): -14258486 or 13266470. OLE color: 13266470.
HSL color Cylindrical-coordinate representation of color #266ECA: hue angle of 213.66º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #266ECA is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 110 | 202 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.21 |
| HSL | 213.66º | 0.68% | 0.47% | - |
| HSV(B) | 213.66º | 0.81% | 0.79% | - |
| XYZ | 17.04 | 15.83 | 58.03 | - |
| YUV | 98.96 | 186.15 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 202 | 0.81 | 0.46 | 0 | 0.21 | 213.66 | 0.68 | 0.47 |
| Hex | 26 | 6E | CA | 51 | 2E | 0 | 15 | D6 | 44 | 2F |
| Octal | 46 | 156 | 312 | 121 | 56 | 0 | 25 | 326 | 104 | 57 |
| Binary | 100110 | 1101110 | 11001010 | 1010001 | 101110 | 0 | 10101 | 11010110 | 1000100 | 101111 |
Color Harmonies of #266ECA
Complementary color
Monochromatic Colors of #266ECA
Black with #266ECA
Text Example
Text Example
White with #266ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266ECA; }
p { color: rgb(38,110,202); }
H1.HeaderClassName
{
color: #266ECA;
}
.AnyTagClassName
{
color: #266ECA;
}
</style>
background-color css
<style>
a { background-color: #266ECA; }
a { background-color: rgb(38,110,202); }
div.DivClassName
{
background-color: #266ECA;
}
.BgClassName
{
background-color: #266ECA;
}
</style>
border-color css
<style>
span { border-color: #266ECA; }
span { border-color: rgb(38,110,202); }
td.TdClassName
{
border-color: #266ECA;
}
.TagClassName
{
border-color: #266ECA;
}
</style>