Shades of Denim #2260B1
Tints of Denim #2260B1
RGB
CMYK
RGB Variations
Color information
#2260B1 (or 0x2260B1) is known color: Denim. HEX triplet: 22, 60 and B1. RGB value is (34,96,177). Sum of RGB (Red+Green+Blue) = 34+96+177=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 177 (69.53% from 255 or 57.65% from 307); Max value from RGB is 177 - color contains mainly: blue. Hex color #2260B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2260B1 is #DD9F4E. Grayscale: #565656. Windows color (decimal): -14524239 or 11624482. OLE color: 11624482.
HSL color Cylindrical-coordinate representation of color #2260B1: hue angle of 213.99º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2260B1 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 96 | 177 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.31 |
| HSL | 213.99º | 0.68% | 0.41% | - |
| HSV(B) | 213.99º | 0.81% | 0.69% | - |
| XYZ | 12.78 | 11.88 | 43.21 | - |
| YUV | 86.7 | 178.96 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 96 | 177 | 0.81 | 0.46 | 0 | 0.31 | 213.99 | 0.68 | 0.41 |
| Hex | 22 | 60 | B1 | 51 | 2E | 0 | 1F | D6 | 44 | 29 |
| Octal | 42 | 140 | 261 | 121 | 56 | 0 | 37 | 326 | 104 | 51 |
| Binary | 100010 | 1100000 | 10110001 | 1010001 | 101110 | 0 | 11111 | 11010110 | 1000100 | 101001 |
Color Harmonies of #2260B1
Complementary color
Monochromatic Colors of #2260B1
Black with #2260B1
Text Example
Text Example
White with #2260B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2260B1; }
p { color: rgb(34,96,177); }
H1.HeaderClassName
{
color: #2260B1;
}
.AnyTagClassName
{
color: #2260B1;
}
</style>
background-color css
<style>
a { background-color: #2260B1; }
a { background-color: rgb(34,96,177); }
div.DivClassName
{
background-color: #2260B1;
}
.BgClassName
{
background-color: #2260B1;
}
</style>
border-color css
<style>
span { border-color: #2260B1; }
span { border-color: rgb(34,96,177); }
td.TdClassName
{
border-color: #2260B1;
}
.TagClassName
{
border-color: #2260B1;
}
</style>