Shades of Lochmara #2477AF
Tints of Lochmara #2477AF
RGB
CMYK
RGB Variations
Color information
#2477AF (or 0x2477AF) is known color: Lochmara. HEX triplet: 24, 77 and AF. RGB value is (36,119,175). Sum of RGB (Red+Green+Blue) = 36+119+175=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #2477AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2477AF is #DB8850. Grayscale: #646464. Windows color (decimal): -14387281 or 11499300. OLE color: 11499300.
HSL color Cylindrical-coordinate representation of color #2477AF: hue angle of 204.17º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2477AF is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 119 | 175 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.31 |
| HSL | 204.17º | 0.66% | 0.41% | - |
| HSV(B) | 204.17º | 0.79% | 0.69% | - |
| XYZ | 15.06 | 16.66 | 42.98 | - |
| YUV | 100.57 | 170 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 119 | 175 | 0.79 | 0.32 | 0 | 0.31 | 204.17 | 0.66 | 0.41 |
| Hex | 24 | 77 | AF | 4F | 20 | 0 | 1F | CC | 42 | 29 |
| Octal | 44 | 167 | 257 | 117 | 40 | 0 | 37 | 314 | 102 | 51 |
| Binary | 100100 | 1110111 | 10101111 | 1001111 | 100000 | 0 | 11111 | 11001100 | 1000010 | 101001 |
Color Harmonies of #2477AF
Complementary color
Monochromatic Colors of #2477AF
Black with #2477AF
Text Example
Text Example
White with #2477AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2477AF; }
p { color: rgb(36,119,175); }
H1.HeaderClassName
{
color: #2477AF;
}
.AnyTagClassName
{
color: #2477AF;
}
</style>
background-color css
<style>
a { background-color: #2477AF; }
a { background-color: rgb(36,119,175); }
div.DivClassName
{
background-color: #2477AF;
}
.BgClassName
{
background-color: #2477AF;
}
</style>
border-color css
<style>
span { border-color: #2477AF; }
span { border-color: rgb(36,119,175); }
td.TdClassName
{
border-color: #2477AF;
}
.TagClassName
{
border-color: #2477AF;
}
</style>