Shades of Denim #266BBC
Tints of Denim #266BBC
RGB
CMYK
RGB Variations
Color information
#266BBC (or 0x266BBC) is known color: Denim. HEX triplet: 26, 6B and BC. RGB value is (38,107,188). Sum of RGB (Red+Green+Blue) = 38+107+188=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #266BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266BBC is #D99443. Grayscale: #5F5F5F. Windows color (decimal): -14259268 or 12348198. OLE color: 12348198.
HSL color Cylindrical-coordinate representation of color #266BBC: hue angle of 212.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #266BBC is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 107 | 188 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.26 |
| HSL | 212.4º | 0.66% | 0.44% | - |
| HSV(B) | 212.4º | 0.8% | 0.74% | - |
| XYZ | 15.13 | 14.56 | 49.59 | - |
| YUV | 95.6 | 180.14 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 188 | 0.80 | 0.43 | 0 | 0.26 | 212.4 | 0.66 | 0.44 |
| Hex | 26 | 6B | BC | 50 | 2B | 0 | 1A | D4 | 42 | 2C |
| Octal | 46 | 153 | 274 | 120 | 53 | 0 | 32 | 324 | 102 | 54 |
| Binary | 100110 | 1101011 | 10111100 | 1010000 | 101011 | 0 | 11010 | 11010100 | 1000010 | 101100 |
Color Harmonies of #266BBC
Complementary color
Monochromatic Colors of #266BBC
Black with #266BBC
Text Example
Text Example
White with #266BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266BBC; }
p { color: rgb(38,107,188); }
H1.HeaderClassName
{
color: #266BBC;
}
.AnyTagClassName
{
color: #266BBC;
}
</style>
background-color css
<style>
a { background-color: #266BBC; }
a { background-color: rgb(38,107,188); }
div.DivClassName
{
background-color: #266BBC;
}
.BgClassName
{
background-color: #266BBC;
}
</style>
border-color css
<style>
span { border-color: #266BBC; }
span { border-color: rgb(38,107,188); }
td.TdClassName
{
border-color: #266BBC;
}
.TagClassName
{
border-color: #266BBC;
}
</style>