Shades of Denim #266CCB
Tints of Denim #266CCB
RGB
CMYK
RGB Variations
Color information
#266CCB (or 0x266CCB) is known color: Denim. HEX triplet: 26, 6C and CB. RGB value is (38,108,203). Sum of RGB (Red+Green+Blue) = 38+108+203=349 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.89% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #266CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266CCB is #D99334. Grayscale: #616161. Windows color (decimal): -14258997 or 13331494. OLE color: 13331494.
HSL color Cylindrical-coordinate representation of color #266CCB: hue angle of 214.55º 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 #266CCB is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 108 | 203 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.20 |
| HSL | 214.55º | 0.68% | 0.47% | - |
| HSV(B) | 214.55º | 0.81% | 0.8% | - |
| XYZ | 16.94 | 15.45 | 58.59 | - |
| YUV | 97.9 | 187.31 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 203 | 0.81 | 0.47 | 0 | 0.20 | 214.55 | 0.68 | 0.47 |
| Hex | 26 | 6C | CB | 51 | 2F | 0 | 14 | D7 | 44 | 2F |
| Octal | 46 | 154 | 313 | 121 | 57 | 0 | 24 | 327 | 104 | 57 |
| Binary | 100110 | 1101100 | 11001011 | 1010001 | 101111 | 0 | 10100 | 11010111 | 1000100 | 101111 |
Color Harmonies of #266CCB
Complementary color
Monochromatic Colors of #266CCB
Black with #266CCB
Text Example
Text Example
White with #266CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266CCB; }
p { color: rgb(38,108,203); }
H1.HeaderClassName
{
color: #266CCB;
}
.AnyTagClassName
{
color: #266CCB;
}
</style>
background-color css
<style>
a { background-color: #266CCB; }
a { background-color: rgb(38,108,203); }
div.DivClassName
{
background-color: #266CCB;
}
.BgClassName
{
background-color: #266CCB;
}
</style>
border-color css
<style>
span { border-color: #266CCB; }
span { border-color: rgb(38,108,203); }
td.TdClassName
{
border-color: #266CCB;
}
.TagClassName
{
border-color: #266CCB;
}
</style>