Shades of Denim #266CCD
Tints of Denim #266CCD
RGB
CMYK
RGB Variations
Color information
#266CCD (or 0x266CCD) is known color: Denim. HEX triplet: 26, 6C and CD. RGB value is (38,108,205). Sum of RGB (Red+Green+Blue) = 38+108+205=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #266CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266CCD is #D99332. Grayscale: #616161. Windows color (decimal): -14258995 or 13462566. OLE color: 13462566.
HSL color Cylindrical-coordinate representation of color #266CCD: hue angle of 214.85º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #266CCD is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 108 | 205 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.20 |
| HSL | 214.85º | 0.69% | 0.48% | - |
| HSV(B) | 214.85º | 0.81% | 0.8% | - |
| XYZ | 17.18 | 15.54 | 59.85 | - |
| YUV | 98.13 | 188.31 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 205 | 0.81 | 0.47 | 0 | 0.20 | 214.85 | 0.69 | 0.48 |
| Hex | 26 | 6C | CD | 51 | 2F | 0 | 14 | D7 | 45 | 30 |
| Octal | 46 | 154 | 315 | 121 | 57 | 0 | 24 | 327 | 105 | 60 |
| Binary | 100110 | 1101100 | 11001101 | 1010001 | 101111 | 0 | 10100 | 11010111 | 1000101 | 110000 |
Color Harmonies of #266CCD
Complementary color
Monochromatic Colors of #266CCD
Black with #266CCD
Text Example
Text Example
White with #266CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266CCD; }
p { color: rgb(38,108,205); }
H1.HeaderClassName
{
color: #266CCD;
}
.AnyTagClassName
{
color: #266CCD;
}
</style>
background-color css
<style>
a { background-color: #266CCD; }
a { background-color: rgb(38,108,205); }
div.DivClassName
{
background-color: #266CCD;
}
.BgClassName
{
background-color: #266CCD;
}
</style>
border-color css
<style>
span { border-color: #266CCD; }
span { border-color: rgb(38,108,205); }
td.TdClassName
{
border-color: #266CCD;
}
.TagClassName
{
border-color: #266CCD;
}
</style>