Shades of Denim #266BC3
Tints of Denim #266BC3
RGB
CMYK
RGB Variations
Color information
#266BC3 (or 0x266BC3) is known color: Denim. HEX triplet: 26, 6B and C3. RGB value is (38,107,195). Sum of RGB (Red+Green+Blue) = 38+107+195=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 195 (76.56% from 255 or 57.35% from 340); Max value from RGB is 195 - color contains mainly: blue. Hex color #266BC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266BC3 is #D9943C. Grayscale: #5F5F5F. Windows color (decimal): -14259261 or 12806950. OLE color: 12806950.
HSL color Cylindrical-coordinate representation of color #266BC3: hue angle of 213.63º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #266BC3 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 107 | 195 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.24 |
| HSL | 213.63º | 0.67% | 0.46% | - |
| HSV(B) | 213.63º | 0.81% | 0.76% | - |
| XYZ | 15.91 | 14.87 | 53.66 | - |
| YUV | 96.4 | 183.64 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 195 | 0.81 | 0.45 | 0 | 0.24 | 213.63 | 0.67 | 0.46 |
| Hex | 26 | 6B | C3 | 51 | 2D | 0 | 18 | D6 | 43 | 2E |
| Octal | 46 | 153 | 303 | 121 | 55 | 0 | 30 | 326 | 103 | 56 |
| Binary | 100110 | 1101011 | 11000011 | 1010001 | 101101 | 0 | 11000 | 11010110 | 1000011 | 101110 |
Color Harmonies of #266BC3
Complementary color
Monochromatic Colors of #266BC3
Black with #266BC3
Text Example
Text Example
White with #266BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266BC3; }
p { color: rgb(38,107,195); }
H1.HeaderClassName
{
color: #266BC3;
}
.AnyTagClassName
{
color: #266BC3;
}
</style>
background-color css
<style>
a { background-color: #266BC3; }
a { background-color: rgb(38,107,195); }
div.DivClassName
{
background-color: #266BC3;
}
.BgClassName
{
background-color: #266BC3;
}
</style>
border-color css
<style>
span { border-color: #266BC3; }
span { border-color: rgb(38,107,195); }
td.TdClassName
{
border-color: #266BC3;
}
.TagClassName
{
border-color: #266BC3;
}
</style>