Shades of Denim #266CBB
Tints of Denim #266CBB
RGB
CMYK
RGB Variations
Color information
#266CBB (or 0x266CBB) is known color: Denim. HEX triplet: 26, 6C and BB. RGB value is (38,108,187). Sum of RGB (Red+Green+Blue) = 38+108+187=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #266CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266CBB is #D99344. Grayscale: #5F5F5F. Windows color (decimal): -14259013 or 12282918. OLE color: 12282918.
HSL color Cylindrical-coordinate representation of color #266CBB: hue angle of 211.81º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #266CBB is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 108 | 187 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.27 |
| HSL | 211.81º | 0.66% | 0.44% | - |
| HSV(B) | 211.81º | 0.8% | 0.73% | - |
| XYZ | 15.13 | 14.73 | 49.06 | - |
| YUV | 96.08 | 179.31 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 187 | 0.80 | 0.42 | 0 | 0.27 | 211.81 | 0.66 | 0.44 |
| Hex | 26 | 6C | BB | 50 | 2A | 0 | 1B | D4 | 42 | 2C |
| Octal | 46 | 154 | 273 | 120 | 52 | 0 | 33 | 324 | 102 | 54 |
| Binary | 100110 | 1101100 | 10111011 | 1010000 | 101010 | 0 | 11011 | 11010100 | 1000010 | 101100 |
Color Harmonies of #266CBB
Complementary color
Monochromatic Colors of #266CBB
Black with #266CBB
Text Example
Text Example
White with #266CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266CBB; }
p { color: rgb(38,108,187); }
H1.HeaderClassName
{
color: #266CBB;
}
.AnyTagClassName
{
color: #266CBB;
}
</style>
background-color css
<style>
a { background-color: #266CBB; }
a { background-color: rgb(38,108,187); }
div.DivClassName
{
background-color: #266CBB;
}
.BgClassName
{
background-color: #266CBB;
}
</style>
border-color css
<style>
span { border-color: #266CBB; }
span { border-color: rgb(38,108,187); }
td.TdClassName
{
border-color: #266CBB;
}
.TagClassName
{
border-color: #266CBB;
}
</style>