Shades of Denim #266BCD
Tints of Denim #266BCD
RGB
CMYK
RGB Variations
Color information
#266BCD (or 0x266BCD) is known color: Denim. HEX triplet: 26, 6B and CD. RGB value is (38,107,205). Sum of RGB (Red+Green+Blue) = 38+107+205=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #266BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266BCD is #D99432. Grayscale: #616161. Windows color (decimal): -14259251 or 13462310. OLE color: 13462310.
HSL color Cylindrical-coordinate representation of color #266BCD: hue angle of 215.21º 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 #266BCD is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 107 | 205 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.20 |
| HSL | 215.21º | 0.69% | 0.48% | - |
| HSV(B) | 215.21º | 0.81% | 0.8% | - |
| XYZ | 17.08 | 15.34 | 59.82 | - |
| YUV | 97.54 | 188.64 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 205 | 0.81 | 0.48 | 0 | 0.20 | 215.21 | 0.69 | 0.48 |
| Hex | 26 | 6B | CD | 51 | 30 | 0 | 14 | D7 | 45 | 30 |
| Octal | 46 | 153 | 315 | 121 | 60 | 0 | 24 | 327 | 105 | 60 |
| Binary | 100110 | 1101011 | 11001101 | 1010001 | 110000 | 0 | 10100 | 11010111 | 1000101 | 110000 |
Color Harmonies of #266BCD
Complementary color
Monochromatic Colors of #266BCD
Black with #266BCD
Text Example
Text Example
White with #266BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266BCD; }
p { color: rgb(38,107,205); }
H1.HeaderClassName
{
color: #266BCD;
}
.AnyTagClassName
{
color: #266BCD;
}
</style>
background-color css
<style>
a { background-color: #266BCD; }
a { background-color: rgb(38,107,205); }
div.DivClassName
{
background-color: #266BCD;
}
.BgClassName
{
background-color: #266BCD;
}
</style>
border-color css
<style>
span { border-color: #266BCD; }
span { border-color: rgb(38,107,205); }
td.TdClassName
{
border-color: #266BCD;
}
.TagClassName
{
border-color: #266BCD;
}
</style>