Shades of Denim #2865BC
Tints of Denim #2865BC
RGB
CMYK
RGB Variations
Color information
#2865BC (or 0x2865BC) is known color: Denim. HEX triplet: 28, 65 and BC. RGB value is (40,101,188). Sum of RGB (Red+Green+Blue) = 40+101+188=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #2865BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2865BC is #D79A43. Grayscale: #5C5C5C. Windows color (decimal): -14129732 or 12346664. OLE color: 12346664.
HSL color Cylindrical-coordinate representation of color #2865BC: hue angle of 215.27º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2865BC is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 101 | 188 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.26 |
| HSL | 215.27º | 0.65% | 0.45% | - |
| HSV(B) | 215.27º | 0.79% | 0.74% | - |
| XYZ | 14.61 | 13.39 | 49.39 | - |
| YUV | 92.68 | 181.79 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 188 | 0.79 | 0.46 | 0 | 0.26 | 215.27 | 0.65 | 0.45 |
| Hex | 28 | 65 | BC | 4F | 2E | 0 | 1A | D7 | 41 | 2D |
| Octal | 50 | 145 | 274 | 117 | 56 | 0 | 32 | 327 | 101 | 55 |
| Binary | 101000 | 1100101 | 10111100 | 1001111 | 101110 | 0 | 11010 | 11010111 | 1000001 | 101101 |
Color Harmonies of #2865BC
Complementary color
Monochromatic Colors of #2865BC
Black with #2865BC
Text Example
Text Example
White with #2865BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865BC; }
p { color: rgb(40,101,188); }
H1.HeaderClassName
{
color: #2865BC;
}
.AnyTagClassName
{
color: #2865BC;
}
</style>
background-color css
<style>
a { background-color: #2865BC; }
a { background-color: rgb(40,101,188); }
div.DivClassName
{
background-color: #2865BC;
}
.BgClassName
{
background-color: #2865BC;
}
</style>
border-color css
<style>
span { border-color: #2865BC; }
span { border-color: rgb(40,101,188); }
td.TdClassName
{
border-color: #2865BC;
}
.TagClassName
{
border-color: #2865BC;
}
</style>