Shades of Lochmara #2F6BAE
Tints of Lochmara #2F6BAE
RGB
CMYK
RGB Variations
Color information
#2F6BAE (or 0x2F6BAE) is known color: Lochmara. HEX triplet: 2F, 6B and AE. RGB value is (47,107,174). Sum of RGB (Red+Green+Blue) = 47+107+174=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F6BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6BAE is #D09451. Grayscale: #606060. Windows color (decimal): -13669458 or 11430703. OLE color: 11430703.
HSL color Cylindrical-coordinate representation of color #2F6BAE: hue angle of 211.65º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F6BAE is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 107 | 174 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.32 |
| HSL | 211.65º | 0.57% | 0.43% | - |
| HSV(B) | 211.65º | 0.73% | 0.68% | - |
| XYZ | 14.07 | 14.18 | 42.04 | - |
| YUV | 96.7 | 171.62 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 107 | 174 | 0.73 | 0.39 | 0 | 0.32 | 211.65 | 0.57 | 0.43 |
| Hex | 2F | 6B | AE | 49 | 27 | 0 | 20 | D4 | 39 | 2B |
| Octal | 57 | 153 | 256 | 111 | 47 | 0 | 40 | 324 | 71 | 53 |
| Binary | 101111 | 1101011 | 10101110 | 1001001 | 100111 | 0 | 100000 | 11010100 | 111001 | 101011 |
Color Harmonies of #2F6BAE
Complementary color
Monochromatic Colors of #2F6BAE
Black with #2F6BAE
Text Example
Text Example
White with #2F6BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6BAE; }
p { color: rgb(47,107,174); }
H1.HeaderClassName
{
color: #2F6BAE;
}
.AnyTagClassName
{
color: #2F6BAE;
}
</style>
background-color css
<style>
a { background-color: #2F6BAE; }
a { background-color: rgb(47,107,174); }
div.DivClassName
{
background-color: #2F6BAE;
}
.BgClassName
{
background-color: #2F6BAE;
}
</style>
border-color css
<style>
span { border-color: #2F6BAE; }
span { border-color: rgb(47,107,174); }
td.TdClassName
{
border-color: #2F6BAE;
}
.TagClassName
{
border-color: #2F6BAE;
}
</style>