Shades of Denim #2662B1
Tints of Denim #2662B1
RGB
CMYK
RGB Variations
Color information
#2662B1 (or 0x2662B1) is known color: Denim. HEX triplet: 26, 62 and B1. RGB value is (38,98,177). Sum of RGB (Red+Green+Blue) = 38+98+177=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 177 (69.53% from 255 or 56.55% from 313); Max value from RGB is 177 - color contains mainly: blue. Hex color #2662B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2662B1 is #D99D4E. Grayscale: #585858. Windows color (decimal): -14261583 or 11624998. OLE color: 11624998.
HSL color Cylindrical-coordinate representation of color #2662B1: hue angle of 214.1º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2662B1 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 98 | 177 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.31 |
| HSL | 214.1º | 0.65% | 0.42% | - |
| HSV(B) | 214.1º | 0.79% | 0.69% | - |
| XYZ | 13.1 | 12.32 | 43.28 | - |
| YUV | 89.07 | 177.62 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 177 | 0.79 | 0.45 | 0 | 0.31 | 214.1 | 0.65 | 0.42 |
| Hex | 26 | 62 | B1 | 4F | 2D | 0 | 1F | D6 | 41 | 2A |
| Octal | 46 | 142 | 261 | 117 | 55 | 0 | 37 | 326 | 101 | 52 |
| Binary | 100110 | 1100010 | 10110001 | 1001111 | 101101 | 0 | 11111 | 11010110 | 1000001 | 101010 |
Color Harmonies of #2662B1
Complementary color
Monochromatic Colors of #2662B1
Black with #2662B1
Text Example
Text Example
White with #2662B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2662B1; }
p { color: rgb(38,98,177); }
H1.HeaderClassName
{
color: #2662B1;
}
.AnyTagClassName
{
color: #2662B1;
}
</style>
background-color css
<style>
a { background-color: #2662B1; }
a { background-color: rgb(38,98,177); }
div.DivClassName
{
background-color: #2662B1;
}
.BgClassName
{
background-color: #2662B1;
}
</style>
border-color css
<style>
span { border-color: #2662B1; }
span { border-color: rgb(38,98,177); }
td.TdClassName
{
border-color: #2662B1;
}
.TagClassName
{
border-color: #2662B1;
}
</style>