Shades of Denim #266DCB
Tints of Denim #266DCB
RGB
CMYK
RGB Variations
Color information
#266DCB (or 0x266DCB) is known color: Denim. HEX triplet: 26, 6D and CB. RGB value is (38,109,203). Sum of RGB (Red+Green+Blue) = 38+109+203=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #266DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266DCB is #D99234. Grayscale: #626262. Windows color (decimal): -14258741 or 13331750. OLE color: 13331750.
HSL color Cylindrical-coordinate representation of color #266DCB: hue angle of 214.18º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #266DCB is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 109 | 203 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.20 |
| HSL | 214.18º | 0.68% | 0.47% | - |
| HSV(B) | 214.18º | 0.81% | 0.8% | - |
| XYZ | 17.05 | 15.66 | 58.62 | - |
| YUV | 98.49 | 186.98 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 203 | 0.81 | 0.46 | 0 | 0.20 | 214.18 | 0.68 | 0.47 |
| Hex | 26 | 6D | CB | 51 | 2E | 0 | 14 | D6 | 44 | 2F |
| Octal | 46 | 155 | 313 | 121 | 56 | 0 | 24 | 326 | 104 | 57 |
| Binary | 100110 | 1101101 | 11001011 | 1010001 | 101110 | 0 | 10100 | 11010110 | 1000100 | 101111 |
Color Harmonies of #266DCB
Complementary color
Monochromatic Colors of #266DCB
Black with #266DCB
Text Example
Text Example
White with #266DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266DCB; }
p { color: rgb(38,109,203); }
H1.HeaderClassName
{
color: #266DCB;
}
.AnyTagClassName
{
color: #266DCB;
}
</style>
background-color css
<style>
a { background-color: #266DCB; }
a { background-color: rgb(38,109,203); }
div.DivClassName
{
background-color: #266DCB;
}
.BgClassName
{
background-color: #266DCB;
}
</style>
border-color css
<style>
span { border-color: #266DCB; }
span { border-color: rgb(38,109,203); }
td.TdClassName
{
border-color: #266DCB;
}
.TagClassName
{
border-color: #266DCB;
}
</style>