Shades of Denim #2867B3
Tints of Denim #2867B3
RGB
CMYK
RGB Variations
Color information
#2867B3 (or 0x2867B3) is known color: Denim. HEX triplet: 28, 67 and B3. RGB value is (40,103,179). Sum of RGB (Red+Green+Blue) = 40+103+179=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #2867B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2867B3 is #D7984C. Grayscale: #5C5C5C. Windows color (decimal): -14129229 or 11757352. OLE color: 11757352.
HSL color Cylindrical-coordinate representation of color #2867B3: hue angle of 212.81º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2867B3 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 103 | 179 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.30 |
| HSL | 212.81º | 0.63% | 0.43% | - |
| HSV(B) | 212.81º | 0.78% | 0.7% | - |
| XYZ | 13.86 | 13.41 | 44.5 | - |
| YUV | 92.83 | 176.63 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 179 | 0.78 | 0.42 | 0 | 0.30 | 212.81 | 0.63 | 0.43 |
| Hex | 28 | 67 | B3 | 4E | 2A | 0 | 1E | D5 | 3F | 2B |
| Octal | 50 | 147 | 263 | 116 | 52 | 0 | 36 | 325 | 77 | 53 |
| Binary | 101000 | 1100111 | 10110011 | 1001110 | 101010 | 0 | 11110 | 11010101 | 111111 | 101011 |
Color Harmonies of #2867B3
Complementary color
Monochromatic Colors of #2867B3
Black with #2867B3
Text Example
Text Example
White with #2867B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2867B3; }
p { color: rgb(40,103,179); }
H1.HeaderClassName
{
color: #2867B3;
}
.AnyTagClassName
{
color: #2867B3;
}
</style>
background-color css
<style>
a { background-color: #2867B3; }
a { background-color: rgb(40,103,179); }
div.DivClassName
{
background-color: #2867B3;
}
.BgClassName
{
background-color: #2867B3;
}
</style>
border-color css
<style>
span { border-color: #2867B3; }
span { border-color: rgb(40,103,179); }
td.TdClassName
{
border-color: #2867B3;
}
.TagClassName
{
border-color: #2867B3;
}
</style>