Shades of Denim #2865BE
Tints of Denim #2865BE
RGB
CMYK
RGB Variations
Color information
#2865BE (or 0x2865BE) is known color: Denim. HEX triplet: 28, 65 and BE. RGB value is (40,101,190). Sum of RGB (Red+Green+Blue) = 40+101+190=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #2865BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2865BE is #D79A41. Grayscale: #5C5C5C. Windows color (decimal): -14129730 or 12477736. OLE color: 12477736.
HSL color Cylindrical-coordinate representation of color #2865BE: hue angle of 215.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2865BE is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 101 | 190 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.25 |
| HSL | 215.6º | 0.65% | 0.45% | - |
| HSV(B) | 215.6º | 0.79% | 0.75% | - |
| XYZ | 14.82 | 13.48 | 50.54 | - |
| YUV | 92.91 | 182.79 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 190 | 0.79 | 0.47 | 0 | 0.25 | 215.6 | 0.65 | 0.45 |
| Hex | 28 | 65 | BE | 4F | 2F | 0 | 19 | D8 | 41 | 2D |
| Octal | 50 | 145 | 276 | 117 | 57 | 0 | 31 | 330 | 101 | 55 |
| Binary | 101000 | 1100101 | 10111110 | 1001111 | 101111 | 0 | 11001 | 11011000 | 1000001 | 101101 |
Color Harmonies of #2865BE
Complementary color
Monochromatic Colors of #2865BE
Black with #2865BE
Text Example
Text Example
White with #2865BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865BE; }
p { color: rgb(40,101,190); }
H1.HeaderClassName
{
color: #2865BE;
}
.AnyTagClassName
{
color: #2865BE;
}
</style>
background-color css
<style>
a { background-color: #2865BE; }
a { background-color: rgb(40,101,190); }
div.DivClassName
{
background-color: #2865BE;
}
.BgClassName
{
background-color: #2865BE;
}
</style>
border-color css
<style>
span { border-color: #2865BE; }
span { border-color: rgb(40,101,190); }
td.TdClassName
{
border-color: #2865BE;
}
.TagClassName
{
border-color: #2865BE;
}
</style>