Shades of Lochmara #2867B2
Tints of Lochmara #2867B2
RGB
CMYK
RGB Variations
Color information
#2867B2 (or 0x2867B2) is known color: Lochmara. HEX triplet: 28, 67 and B2. RGB value is (40,103,178). Sum of RGB (Red+Green+Blue) = 40+103+178=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 178 (69.92% from 255 or 55.45% from 321); Max value from RGB is 178 - color contains mainly: blue. Hex color #2867B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2867B2 is #D7984D. Grayscale: #5C5C5C. Windows color (decimal): -14129230 or 11691816. OLE color: 11691816.
HSL color Cylindrical-coordinate representation of color #2867B2: hue angle of 212.61º 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 #2867B2 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 103 | 178 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.30 |
| HSL | 212.61º | 0.63% | 0.43% | - |
| HSV(B) | 212.61º | 0.78% | 0.7% | - |
| XYZ | 13.76 | 13.37 | 43.97 | - |
| YUV | 92.71 | 176.13 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 178 | 0.78 | 0.42 | 0 | 0.30 | 212.61 | 0.63 | 0.43 |
| Hex | 28 | 67 | B2 | 4E | 2A | 0 | 1E | D5 | 3F | 2B |
| Octal | 50 | 147 | 262 | 116 | 52 | 0 | 36 | 325 | 77 | 53 |
| Binary | 101000 | 1100111 | 10110010 | 1001110 | 101010 | 0 | 11110 | 11010101 | 111111 | 101011 |
Color Harmonies of #2867B2
Complementary color
Monochromatic Colors of #2867B2
Black with #2867B2
Text Example
Text Example
White with #2867B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2867B2; }
p { color: rgb(40,103,178); }
H1.HeaderClassName
{
color: #2867B2;
}
.AnyTagClassName
{
color: #2867B2;
}
</style>
background-color css
<style>
a { background-color: #2867B2; }
a { background-color: rgb(40,103,178); }
div.DivClassName
{
background-color: #2867B2;
}
.BgClassName
{
background-color: #2867B2;
}
</style>
border-color css
<style>
span { border-color: #2867B2; }
span { border-color: rgb(40,103,178); }
td.TdClassName
{
border-color: #2867B2;
}
.TagClassName
{
border-color: #2867B2;
}
</style>