Shades of Denim #2666CE
Tints of Denim #2666CE
RGB
CMYK
RGB Variations
Color information
#2666CE (or 0x2666CE) is known color: Denim. HEX triplet: 26, 66 and CE. RGB value is (38,102,206). Sum of RGB (Red+Green+Blue) = 38+102+206=346 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.98% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #2666CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2666CE is #D99931. Grayscale: #5E5E5E. Windows color (decimal): -14260530 or 13526566. OLE color: 13526566.
HSL color Cylindrical-coordinate representation of color #2666CE: hue angle of 217.14º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2666CE is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 102 | 206 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.19 |
| HSL | 217.14º | 0.69% | 0.48% | - |
| HSV(B) | 217.14º | 0.82% | 0.81% | - |
| XYZ | 16.69 | 14.37 | 60.29 | - |
| YUV | 94.72 | 190.8 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 206 | 0.82 | 0.50 | 0 | 0.19 | 217.14 | 0.69 | 0.48 |
| Hex | 26 | 66 | CE | 52 | 32 | 0 | 13 | D9 | 45 | 30 |
| Octal | 46 | 146 | 316 | 122 | 62 | 0 | 23 | 331 | 105 | 60 |
| Binary | 100110 | 1100110 | 11001110 | 1010010 | 110010 | 0 | 10011 | 11011001 | 1000101 | 110000 |
Color Harmonies of #2666CE
Complementary color
Monochromatic Colors of #2666CE
Black with #2666CE
Text Example
Text Example
White with #2666CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2666CE; }
p { color: rgb(38,102,206); }
H1.HeaderClassName
{
color: #2666CE;
}
.AnyTagClassName
{
color: #2666CE;
}
</style>
background-color css
<style>
a { background-color: #2666CE; }
a { background-color: rgb(38,102,206); }
div.DivClassName
{
background-color: #2666CE;
}
.BgClassName
{
background-color: #2666CE;
}
</style>
border-color css
<style>
span { border-color: #2666CE; }
span { border-color: rgb(38,102,206); }
td.TdClassName
{
border-color: #2666CE;
}
.TagClassName
{
border-color: #2666CE;
}
</style>