Shades of Denim #266EC4
Tints of Denim #266EC4
RGB
CMYK
RGB Variations
Color information
#266EC4 (or 0x266EC4) is known color: Denim. HEX triplet: 26, 6E and C4. RGB value is (38,110,196). Sum of RGB (Red+Green+Blue) = 38+110+196=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 196 (76.95% from 255 or 56.98% from 344); Max value from RGB is 196 - color contains mainly: blue. Hex color #266EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266EC4 is #D9913B. Grayscale: #616161. Windows color (decimal): -14258492 or 12873254. OLE color: 12873254.
HSL color Cylindrical-coordinate representation of color #266EC4: hue angle of 212.66º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #266EC4 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 110 | 196 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.23 |
| HSL | 212.66º | 0.68% | 0.46% | - |
| HSV(B) | 212.66º | 0.81% | 0.77% | - |
| XYZ | 16.34 | 15.55 | 54.36 | - |
| YUV | 98.28 | 183.15 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 196 | 0.81 | 0.44 | 0 | 0.23 | 212.66 | 0.68 | 0.46 |
| Hex | 26 | 6E | C4 | 51 | 2C | 0 | 17 | D5 | 44 | 2E |
| Octal | 46 | 156 | 304 | 121 | 54 | 0 | 27 | 325 | 104 | 56 |
| Binary | 100110 | 1101110 | 11000100 | 1010001 | 101100 | 0 | 10111 | 11010101 | 1000100 | 101110 |
Color Harmonies of #266EC4
Complementary color
Monochromatic Colors of #266EC4
Black with #266EC4
Text Example
Text Example
White with #266EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266EC4; }
p { color: rgb(38,110,196); }
H1.HeaderClassName
{
color: #266EC4;
}
.AnyTagClassName
{
color: #266EC4;
}
</style>
background-color css
<style>
a { background-color: #266EC4; }
a { background-color: rgb(38,110,196); }
div.DivClassName
{
background-color: #266EC4;
}
.BgClassName
{
background-color: #266EC4;
}
</style>
border-color css
<style>
span { border-color: #266EC4; }
span { border-color: rgb(38,110,196); }
td.TdClassName
{
border-color: #266EC4;
}
.TagClassName
{
border-color: #266EC4;
}
</style>