Shades of Denim #266CC2
Tints of Denim #266CC2
RGB
CMYK
RGB Variations
Color information
#266CC2 (or 0x266CC2) is known color: Denim. HEX triplet: 26, 6C and C2. RGB value is (38,108,194). Sum of RGB (Red+Green+Blue) = 38+108+194=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 194 (76.17% from 255 or 57.06% from 340); Max value from RGB is 194 - color contains mainly: blue. Hex color #266CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266CC2 is #D9933D. Grayscale: #606060. Windows color (decimal): -14259006 or 12741670. OLE color: 12741670.
HSL color Cylindrical-coordinate representation of color #266CC2: hue angle of 213.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #266CC2 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 108 | 194 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.24 |
| HSL | 213.08º | 0.67% | 0.45% | - |
| HSV(B) | 213.08º | 0.8% | 0.76% | - |
| XYZ | 15.9 | 15.03 | 53.1 | - |
| YUV | 96.87 | 182.81 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 194 | 0.80 | 0.44 | 0 | 0.24 | 213.08 | 0.67 | 0.45 |
| Hex | 26 | 6C | C2 | 50 | 2C | 0 | 18 | D5 | 43 | 2D |
| Octal | 46 | 154 | 302 | 120 | 54 | 0 | 30 | 325 | 103 | 55 |
| Binary | 100110 | 1101100 | 11000010 | 1010000 | 101100 | 0 | 11000 | 11010101 | 1000011 | 101101 |
Color Harmonies of #266CC2
Complementary color
Monochromatic Colors of #266CC2
Black with #266CC2
Text Example
Text Example
White with #266CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266CC2; }
p { color: rgb(38,108,194); }
H1.HeaderClassName
{
color: #266CC2;
}
.AnyTagClassName
{
color: #266CC2;
}
</style>
background-color css
<style>
a { background-color: #266CC2; }
a { background-color: rgb(38,108,194); }
div.DivClassName
{
background-color: #266CC2;
}
.BgClassName
{
background-color: #266CC2;
}
</style>
border-color css
<style>
span { border-color: #266CC2; }
span { border-color: rgb(38,108,194); }
td.TdClassName
{
border-color: #266CC2;
}
.TagClassName
{
border-color: #266CC2;
}
</style>