Shades of Denim #2865BD
Tints of Denim #2865BD
RGB
CMYK
RGB Variations
Color information
#2865BD (or 0x2865BD) is known color: Denim. HEX triplet: 28, 65 and BD. RGB value is (40,101,189). Sum of RGB (Red+Green+Blue) = 40+101+189=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #2865BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2865BD is #D79A42. Grayscale: #5C5C5C. Windows color (decimal): -14129731 or 12412200. OLE color: 12412200.
HSL color Cylindrical-coordinate representation of color #2865BD: hue angle of 215.44º 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 #2865BD is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 101 | 189 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.26 |
| HSL | 215.44º | 0.65% | 0.45% | - |
| HSV(B) | 215.44º | 0.79% | 0.74% | - |
| XYZ | 14.71 | 13.43 | 49.96 | - |
| YUV | 92.79 | 182.29 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 189 | 0.79 | 0.47 | 0 | 0.26 | 215.44 | 0.65 | 0.45 |
| Hex | 28 | 65 | BD | 4F | 2F | 0 | 1A | D7 | 41 | 2D |
| Octal | 50 | 145 | 275 | 117 | 57 | 0 | 32 | 327 | 101 | 55 |
| Binary | 101000 | 1100101 | 10111101 | 1001111 | 101111 | 0 | 11010 | 11010111 | 1000001 | 101101 |
Color Harmonies of #2865BD
Complementary color
Monochromatic Colors of #2865BD
Black with #2865BD
Text Example
Text Example
White with #2865BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865BD; }
p { color: rgb(40,101,189); }
H1.HeaderClassName
{
color: #2865BD;
}
.AnyTagClassName
{
color: #2865BD;
}
</style>
background-color css
<style>
a { background-color: #2865BD; }
a { background-color: rgb(40,101,189); }
div.DivClassName
{
background-color: #2865BD;
}
.BgClassName
{
background-color: #2865BD;
}
</style>
border-color css
<style>
span { border-color: #2865BD; }
span { border-color: rgb(40,101,189); }
td.TdClassName
{
border-color: #2865BD;
}
.TagClassName
{
border-color: #2865BD;
}
</style>