Shades of Lochmara #307799
Tints of Lochmara #307799
RGB
CMYK
RGB Variations
Color information
#307799 (or 0x307799) is known color: Lochmara. HEX triplet: 30, 77 and 99. RGB value is (48,119,153). Sum of RGB (Red+Green+Blue) = 48+119+153=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #307799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307799 is #CF8866. Grayscale: #656565. Windows color (decimal): -13600871 or 10057520. OLE color: 10057520.
HSL color Cylindrical-coordinate representation of color #307799: hue angle of 199.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #307799 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 119 | 153 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.4 |
| HSL | 199.43º | 0.52% | 0.39% | - |
| HSV(B) | 199.43º | 0.69% | 0.6% | - |
| XYZ | 13.57 | 16.12 | 32.53 | - |
| YUV | 101.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 153 | 0.69 | 0.22 | 0 | 0.4 | 199.43 | 0.52 | 0.39 |
| Hex | 30 | 77 | 99 | 45 | 16 | 0 | 28 | C7 | 34 | 27 |
| Octal | 60 | 167 | 231 | 105 | 26 | 0 | 50 | 307 | 64 | 47 |
| Binary | 110000 | 1110111 | 10011001 | 1000101 | 10110 | 0 | 101000 | 11000111 | 110100 | 100111 |
Color Harmonies of #307799
Complementary color
Monochromatic Colors of #307799
Black with #307799
Text Example
Text Example
White with #307799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307799; }
p { color: rgb(48,119,153); }
H1.HeaderClassName
{
color: #307799;
}
.AnyTagClassName
{
color: #307799;
}
</style>
background-color css
<style>
a { background-color: #307799; }
a { background-color: rgb(48,119,153); }
div.DivClassName
{
background-color: #307799;
}
.BgClassName
{
background-color: #307799;
}
</style>
border-color css
<style>
span { border-color: #307799; }
span { border-color: rgb(48,119,153); }
td.TdClassName
{
border-color: #307799;
}
.TagClassName
{
border-color: #307799;
}
</style>