Shades of Denim #2260BC
Tints of Denim #2260BC
RGB
CMYK
RGB Variations
Color information
#2260BC (or 0x2260BC) is known color: Denim. HEX triplet: 22, 60 and BC. RGB value is (34,96,188). Sum of RGB (Red+Green+Blue) = 34+96+188=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #2260BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2260BC is #DD9F43. Grayscale: #575757. Windows color (decimal): -14524228 or 12345378. OLE color: 12345378.
HSL color Cylindrical-coordinate representation of color #2260BC: hue angle of 215.84º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2260BC is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 96 | 188 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.26 |
| HSL | 215.84º | 0.69% | 0.44% | - |
| HSV(B) | 215.84º | 0.82% | 0.74% | - |
| XYZ | 13.92 | 12.34 | 49.22 | - |
| YUV | 87.95 | 184.46 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 96 | 188 | 0.82 | 0.49 | 0 | 0.26 | 215.84 | 0.69 | 0.44 |
| Hex | 22 | 60 | BC | 52 | 31 | 0 | 1A | D8 | 45 | 2C |
| Octal | 42 | 140 | 274 | 122 | 61 | 0 | 32 | 330 | 105 | 54 |
| Binary | 100010 | 1100000 | 10111100 | 1010010 | 110001 | 0 | 11010 | 11011000 | 1000101 | 101100 |
Color Harmonies of #2260BC
Complementary color
Monochromatic Colors of #2260BC
Black with #2260BC
Text Example
Text Example
White with #2260BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2260BC; }
p { color: rgb(34,96,188); }
H1.HeaderClassName
{
color: #2260BC;
}
.AnyTagClassName
{
color: #2260BC;
}
</style>
background-color css
<style>
a { background-color: #2260BC; }
a { background-color: rgb(34,96,188); }
div.DivClassName
{
background-color: #2260BC;
}
.BgClassName
{
background-color: #2260BC;
}
</style>
border-color css
<style>
span { border-color: #2260BC; }
span { border-color: rgb(34,96,188); }
td.TdClassName
{
border-color: #2260BC;
}
.TagClassName
{
border-color: #2260BC;
}
</style>