Shades of Denim #266ECC
Tints of Denim #266ECC
RGB
CMYK
RGB Variations
Color information
#266ECC (or 0x266ECC) is known color: Denim. HEX triplet: 26, 6E and CC. RGB value is (38,110,204). Sum of RGB (Red+Green+Blue) = 38+110+204=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #266ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266ECC is #D99133. Grayscale: #626262. Windows color (decimal): -14258484 or 13397542. OLE color: 13397542.
HSL color Cylindrical-coordinate representation of color #266ECC: hue angle of 213.98º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #266ECC is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 110 | 204 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.2 |
| HSL | 213.98º | 0.69% | 0.47% | - |
| HSV(B) | 213.98º | 0.81% | 0.8% | - |
| XYZ | 17.27 | 15.92 | 59.29 | - |
| YUV | 99.19 | 187.15 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 204 | 0.81 | 0.46 | 0 | 0.2 | 213.98 | 0.69 | 0.47 |
| Hex | 26 | 6E | CC | 51 | 2E | 0 | 14 | D6 | 45 | 2F |
| Octal | 46 | 156 | 314 | 121 | 56 | 0 | 24 | 326 | 105 | 57 |
| Binary | 100110 | 1101110 | 11001100 | 1010001 | 101110 | 0 | 10100 | 11010110 | 1000101 | 101111 |
Color Harmonies of #266ECC
Complementary color
Monochromatic Colors of #266ECC
Black with #266ECC
Text Example
Text Example
White with #266ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266ECC; }
p { color: rgb(38,110,204); }
H1.HeaderClassName
{
color: #266ECC;
}
.AnyTagClassName
{
color: #266ECC;
}
</style>
background-color css
<style>
a { background-color: #266ECC; }
a { background-color: rgb(38,110,204); }
div.DivClassName
{
background-color: #266ECC;
}
.BgClassName
{
background-color: #266ECC;
}
</style>
border-color css
<style>
span { border-color: #266ECC; }
span { border-color: rgb(38,110,204); }
td.TdClassName
{
border-color: #266ECC;
}
.TagClassName
{
border-color: #266ECC;
}
</style>