Shades of Denim #266DBD
Tints of Denim #266DBD
RGB
CMYK
RGB Variations
Color information
#266DBD (or 0x266DBD) is known color: Denim. HEX triplet: 26, 6D and BD. RGB value is (38,109,189). Sum of RGB (Red+Green+Blue) = 38+109+189=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #266DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266DBD is #D99242. Grayscale: #606060. Windows color (decimal): -14258755 or 12414246. OLE color: 12414246.
HSL color Cylindrical-coordinate representation of color #266DBD: hue angle of 211.79º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #266DBD is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 109 | 189 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.26 |
| HSL | 211.79º | 0.67% | 0.45% | - |
| HSV(B) | 211.79º | 0.8% | 0.74% | - |
| XYZ | 15.45 | 15.02 | 50.23 | - |
| YUV | 96.89 | 179.98 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 189 | 0.80 | 0.42 | 0 | 0.26 | 211.79 | 0.67 | 0.45 |
| Hex | 26 | 6D | BD | 50 | 2A | 0 | 1A | D4 | 43 | 2D |
| Octal | 46 | 155 | 275 | 120 | 52 | 0 | 32 | 324 | 103 | 55 |
| Binary | 100110 | 1101101 | 10111101 | 1010000 | 101010 | 0 | 11010 | 11010100 | 1000011 | 101101 |
Color Harmonies of #266DBD
Complementary color
Monochromatic Colors of #266DBD
Black with #266DBD
Text Example
Text Example
White with #266DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266DBD; }
p { color: rgb(38,109,189); }
H1.HeaderClassName
{
color: #266DBD;
}
.AnyTagClassName
{
color: #266DBD;
}
</style>
background-color css
<style>
a { background-color: #266DBD; }
a { background-color: rgb(38,109,189); }
div.DivClassName
{
background-color: #266DBD;
}
.BgClassName
{
background-color: #266DBD;
}
</style>
border-color css
<style>
span { border-color: #266DBD; }
span { border-color: rgb(38,109,189); }
td.TdClassName
{
border-color: #266DBD;
}
.TagClassName
{
border-color: #266DBD;
}
</style>