Shades of Lochmara #275F9F
Tints of Lochmara #275F9F
RGB
CMYK
RGB Variations
Color information
#275F9F (or 0x275F9F) is known color: Lochmara. HEX triplet: 27, 5F and 9F. RGB value is (39,95,159). Sum of RGB (Red+Green+Blue) = 39+95+159=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #275F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275F9F is #D8A060. Grayscale: #555555. Windows color (decimal): -14196833 or 10444583. OLE color: 10444583.
HSL color Cylindrical-coordinate representation of color #275F9F: hue angle of 212º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #275F9F is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 95 | 159 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.38 |
| HSL | 212º | 0.61% | 0.39% | - |
| HSV(B) | 212º | 0.75% | 0.62% | - |
| XYZ | 11.19 | 11.12 | 34.36 | - |
| YUV | 85.55 | 169.45 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 159 | 0.75 | 0.40 | 0 | 0.38 | 212 | 0.61 | 0.39 |
| Hex | 27 | 5F | 9F | 4B | 28 | 0 | 26 | D4 | 3D | 27 |
| Octal | 47 | 137 | 237 | 113 | 50 | 0 | 46 | 324 | 75 | 47 |
| Binary | 100111 | 1011111 | 10011111 | 1001011 | 101000 | 0 | 100110 | 11010100 | 111101 | 100111 |
Color Harmonies of #275F9F
Complementary color
Monochromatic Colors of #275F9F
Black with #275F9F
Text Example
Text Example
White with #275F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275F9F; }
p { color: rgb(39,95,159); }
H1.HeaderClassName
{
color: #275F9F;
}
.AnyTagClassName
{
color: #275F9F;
}
</style>
background-color css
<style>
a { background-color: #275F9F; }
a { background-color: rgb(39,95,159); }
div.DivClassName
{
background-color: #275F9F;
}
.BgClassName
{
background-color: #275F9F;
}
</style>
border-color css
<style>
span { border-color: #275F9F; }
span { border-color: rgb(39,95,159); }
td.TdClassName
{
border-color: #275F9F;
}
.TagClassName
{
border-color: #275F9F;
}
</style>