Shades of Denim #266ABD
Tints of Denim #266ABD
RGB
CMYK
RGB Variations
Color information
#266ABD (or 0x266ABD) is known color: Denim. HEX triplet: 26, 6A and BD. RGB value is (38,106,189). Sum of RGB (Red+Green+Blue) = 38+106+189=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #266ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266ABD is #D99542. Grayscale: #5E5E5E. Windows color (decimal): -14259523 or 12413478. OLE color: 12413478.
HSL color Cylindrical-coordinate representation of color #266ABD: hue angle of 212.98º 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 #266ABD is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 106 | 189 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.26 |
| HSL | 212.98º | 0.67% | 0.45% | - |
| HSV(B) | 212.98º | 0.8% | 0.74% | - |
| XYZ | 15.14 | 14.39 | 50.12 | - |
| YUV | 95.13 | 180.97 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 189 | 0.80 | 0.44 | 0 | 0.26 | 212.98 | 0.67 | 0.45 |
| Hex | 26 | 6A | BD | 50 | 2C | 0 | 1A | D5 | 43 | 2D |
| Octal | 46 | 152 | 275 | 120 | 54 | 0 | 32 | 325 | 103 | 55 |
| Binary | 100110 | 1101010 | 10111101 | 1010000 | 101100 | 0 | 11010 | 11010101 | 1000011 | 101101 |
Color Harmonies of #266ABD
Complementary color
Monochromatic Colors of #266ABD
Black with #266ABD
Text Example
Text Example
White with #266ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266ABD; }
p { color: rgb(38,106,189); }
H1.HeaderClassName
{
color: #266ABD;
}
.AnyTagClassName
{
color: #266ABD;
}
</style>
background-color css
<style>
a { background-color: #266ABD; }
a { background-color: rgb(38,106,189); }
div.DivClassName
{
background-color: #266ABD;
}
.BgClassName
{
background-color: #266ABD;
}
</style>
border-color css
<style>
span { border-color: #266ABD; }
span { border-color: rgb(38,106,189); }
td.TdClassName
{
border-color: #266ABD;
}
.TagClassName
{
border-color: #266ABD;
}
</style>