Shades of Denim #2662B5
Tints of Denim #2662B5
RGB
CMYK
RGB Variations
Color information
#2662B5 (or 0x2662B5) is known color: Denim. HEX triplet: 26, 62 and B5. RGB value is (38,98,181). Sum of RGB (Red+Green+Blue) = 38+98+181=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 181 (71.09% from 255 or 57.10% from 317); Max value from RGB is 181 - color contains mainly: blue. Hex color #2662B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2662B5 is #D99D4A. Grayscale: #595959. Windows color (decimal): -14261579 or 11887142. OLE color: 11887142.
HSL color Cylindrical-coordinate representation of color #2662B5: hue angle of 214.83º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2662B5 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 98 | 181 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.29 |
| HSL | 214.83º | 0.65% | 0.43% | - |
| HSV(B) | 214.83º | 0.79% | 0.71% | - |
| XYZ | 13.51 | 12.48 | 45.41 | - |
| YUV | 89.52 | 179.62 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 181 | 0.79 | 0.46 | 0 | 0.29 | 214.83 | 0.65 | 0.43 |
| Hex | 26 | 62 | B5 | 4F | 2E | 0 | 1D | D7 | 41 | 2B |
| Octal | 46 | 142 | 265 | 117 | 56 | 0 | 35 | 327 | 101 | 53 |
| Binary | 100110 | 1100010 | 10110101 | 1001111 | 101110 | 0 | 11101 | 11010111 | 1000001 | 101011 |
Color Harmonies of #2662B5
Complementary color
Monochromatic Colors of #2662B5
Black with #2662B5
Text Example
Text Example
White with #2662B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2662B5; }
p { color: rgb(38,98,181); }
H1.HeaderClassName
{
color: #2662B5;
}
.AnyTagClassName
{
color: #2662B5;
}
</style>
background-color css
<style>
a { background-color: #2662B5; }
a { background-color: rgb(38,98,181); }
div.DivClassName
{
background-color: #2662B5;
}
.BgClassName
{
background-color: #2662B5;
}
</style>
border-color css
<style>
span { border-color: #2662B5; }
span { border-color: rgb(38,98,181); }
td.TdClassName
{
border-color: #2662B5;
}
.TagClassName
{
border-color: #2662B5;
}
</style>