Shades of Denim #266FCC
Tints of Denim #266FCC
RGB
CMYK
RGB Variations
Color information
#266FCC (or 0x266FCC) is known color: Denim. HEX triplet: 26, 6F and CC. RGB value is (38,111,204). Sum of RGB (Red+Green+Blue) = 38+111+204=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #266FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266FCC is #D99033. Grayscale: #636363. Windows color (decimal): -14258228 or 13397798. OLE color: 13397798.
HSL color Cylindrical-coordinate representation of color #266FCC: hue angle of 213.61º 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 #266FCC is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 111 | 204 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.2 |
| HSL | 213.61º | 0.69% | 0.47% | - |
| HSV(B) | 213.61º | 0.81% | 0.8% | - |
| XYZ | 17.38 | 16.14 | 59.33 | - |
| YUV | 99.78 | 186.82 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 204 | 0.81 | 0.46 | 0 | 0.2 | 213.61 | 0.69 | 0.47 |
| Hex | 26 | 6F | CC | 51 | 2E | 0 | 14 | D6 | 45 | 2F |
| Octal | 46 | 157 | 314 | 121 | 56 | 0 | 24 | 326 | 105 | 57 |
| Binary | 100110 | 1101111 | 11001100 | 1010001 | 101110 | 0 | 10100 | 11010110 | 1000101 | 101111 |
Color Harmonies of #266FCC
Complementary color
Monochromatic Colors of #266FCC
Black with #266FCC
Text Example
Text Example
White with #266FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266FCC; }
p { color: rgb(38,111,204); }
H1.HeaderClassName
{
color: #266FCC;
}
.AnyTagClassName
{
color: #266FCC;
}
</style>
background-color css
<style>
a { background-color: #266FCC; }
a { background-color: rgb(38,111,204); }
div.DivClassName
{
background-color: #266FCC;
}
.BgClassName
{
background-color: #266FCC;
}
</style>
border-color css
<style>
span { border-color: #266FCC; }
span { border-color: rgb(38,111,204); }
td.TdClassName
{
border-color: #266FCC;
}
.TagClassName
{
border-color: #266FCC;
}
</style>