Shades of Lochmara #35789F
Tints of Lochmara #35789F
RGB
CMYK
RGB Variations
Color information
#35789F (or 0x35789F) is known color: Lochmara. HEX triplet: 35, 78 and 9F. RGB value is (53,120,159). Sum of RGB (Red+Green+Blue) = 53+120+159=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #35789F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35789F is #CA8760. Grayscale: #686868. Windows color (decimal): -13272929 or 10450997. OLE color: 10450997.
HSL color Cylindrical-coordinate representation of color #35789F: hue angle of 202.08º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35789F is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 120 | 159 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.38 |
| HSL | 202.08º | 0.5% | 0.42% | - |
| HSV(B) | 202.08º | 0.67% | 0.62% | - |
| XYZ | 14.44 | 16.69 | 35.26 | - |
| YUV | 104.41 | 158.8 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 120 | 159 | 0.67 | 0.25 | 0 | 0.38 | 202.08 | 0.5 | 0.42 |
| Hex | 35 | 78 | 9F | 43 | 19 | 0 | 26 | CA | 32 | 2A |
| Octal | 65 | 170 | 237 | 103 | 31 | 0 | 46 | 312 | 62 | 52 |
| Binary | 110101 | 1111000 | 10011111 | 1000011 | 11001 | 0 | 100110 | 11001010 | 110010 | 101010 |
Color Harmonies of #35789F
Complementary color
Monochromatic Colors of #35789F
Black with #35789F
Text Example
Text Example
White with #35789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35789F; }
p { color: rgb(53,120,159); }
H1.HeaderClassName
{
color: #35789F;
}
.AnyTagClassName
{
color: #35789F;
}
</style>
background-color css
<style>
a { background-color: #35789F; }
a { background-color: rgb(53,120,159); }
div.DivClassName
{
background-color: #35789F;
}
.BgClassName
{
background-color: #35789F;
}
</style>
border-color css
<style>
span { border-color: #35789F; }
span { border-color: rgb(53,120,159); }
td.TdClassName
{
border-color: #35789F;
}
.TagClassName
{
border-color: #35789F;
}
</style>