Shades of Lochmara #27629B
Tints of Lochmara #27629B
RGB
CMYK
RGB Variations
Color information
#27629B (or 0x27629B) is known color: Lochmara. HEX triplet: 27, 62 and 9B. RGB value is (39,98,155). Sum of RGB (Red+Green+Blue) = 39+98+155=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #27629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27629B is #D89D64. Grayscale: #565656. Windows color (decimal): -14196069 or 10183207. OLE color: 10183207.
HSL color Cylindrical-coordinate representation of color #27629B: hue angle of 209.48º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27629B is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 98 | 155 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.39 |
| HSL | 209.48º | 0.6% | 0.38% | - |
| HSV(B) | 209.48º | 0.75% | 0.61% | - |
| XYZ | 11.12 | 11.53 | 32.65 | - |
| YUV | 86.86 | 166.45 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 98 | 155 | 0.75 | 0.37 | 0 | 0.39 | 209.48 | 0.6 | 0.38 |
| Hex | 27 | 62 | 9B | 4B | 25 | 0 | 27 | D1 | 3C | 26 |
| Octal | 47 | 142 | 233 | 113 | 45 | 0 | 47 | 321 | 74 | 46 |
| Binary | 100111 | 1100010 | 10011011 | 1001011 | 100101 | 0 | 100111 | 11010001 | 111100 | 100110 |
Color Harmonies of #27629B
Complementary color
Monochromatic Colors of #27629B
Black with #27629B
Text Example
Text Example
White with #27629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27629B; }
p { color: rgb(39,98,155); }
H1.HeaderClassName
{
color: #27629B;
}
.AnyTagClassName
{
color: #27629B;
}
</style>
background-color css
<style>
a { background-color: #27629B; }
a { background-color: rgb(39,98,155); }
div.DivClassName
{
background-color: #27629B;
}
.BgClassName
{
background-color: #27629B;
}
</style>
border-color css
<style>
span { border-color: #27629B; }
span { border-color: rgb(39,98,155); }
td.TdClassName
{
border-color: #27629B;
}
.TagClassName
{
border-color: #27629B;
}
</style>