Shades of Lochmara #2F609B
Tints of Lochmara #2F609B
RGB
CMYK
RGB Variations
Color information
#2F609B (or 0x2F609B) is known color: Lochmara. HEX triplet: 2F, 60 and 9B. RGB value is (47,96,155). Sum of RGB (Red+Green+Blue) = 47+96+155=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F609B is #D09F64. Grayscale: #575757. Windows color (decimal): -13672293 or 10182703. OLE color: 10182703.
HSL color Cylindrical-coordinate representation of color #2F609B: hue angle of 212.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F609B is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 96 | 155 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.39 |
| HSL | 212.78º | 0.53% | 0.4% | - |
| HSV(B) | 212.78º | 0.7% | 0.61% | - |
| XYZ | 11.27 | 11.34 | 32.6 | - |
| YUV | 88.08 | 165.77 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 155 | 0.70 | 0.38 | 0 | 0.39 | 212.78 | 0.53 | 0.4 |
| Hex | 2F | 60 | 9B | 46 | 26 | 0 | 27 | D5 | 35 | 28 |
| Octal | 57 | 140 | 233 | 106 | 46 | 0 | 47 | 325 | 65 | 50 |
| Binary | 101111 | 1100000 | 10011011 | 1000110 | 100110 | 0 | 100111 | 11010101 | 110101 | 101000 |
Color Harmonies of #2F609B
Complementary color
Monochromatic Colors of #2F609B
Black with #2F609B
Text Example
Text Example
White with #2F609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F609B; }
p { color: rgb(47,96,155); }
H1.HeaderClassName
{
color: #2F609B;
}
.AnyTagClassName
{
color: #2F609B;
}
</style>
background-color css
<style>
a { background-color: #2F609B; }
a { background-color: rgb(47,96,155); }
div.DivClassName
{
background-color: #2F609B;
}
.BgClassName
{
background-color: #2F609B;
}
</style>
border-color css
<style>
span { border-color: #2F609B; }
span { border-color: rgb(47,96,155); }
td.TdClassName
{
border-color: #2F609B;
}
.TagClassName
{
border-color: #2F609B;
}
</style>