Shades of Lochmara #307BA7
Tints of Lochmara #307BA7
RGB
CMYK
RGB Variations
Color information
#307BA7 (or 0x307BA7) is known color: Lochmara. HEX triplet: 30, 7B and A7. RGB value is (48,123,167). Sum of RGB (Red+Green+Blue) = 48+123+167=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 167 (65.62% from 255 or 49.41% from 338); Max value from RGB is 167 - color contains mainly: blue. Hex color #307BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307BA7 is #CF8458. Grayscale: #696969. Windows color (decimal): -13599833 or 10976048. OLE color: 10976048.
HSL color Cylindrical-coordinate representation of color #307BA7: hue angle of 202.18º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #307BA7 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 123 | 167 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.35 |
| HSL | 202.18º | 0.55% | 0.42% | - |
| HSV(B) | 202.18º | 0.71% | 0.65% | - |
| XYZ | 15.28 | 17.58 | 39.15 | - |
| YUV | 105.59 | 162.65 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 167 | 0.71 | 0.26 | 0 | 0.35 | 202.18 | 0.55 | 0.42 |
| Hex | 30 | 7B | A7 | 47 | 1A | 0 | 23 | CA | 37 | 2A |
| Octal | 60 | 173 | 247 | 107 | 32 | 0 | 43 | 312 | 67 | 52 |
| Binary | 110000 | 1111011 | 10100111 | 1000111 | 11010 | 0 | 100011 | 11001010 | 110111 | 101010 |
Color Harmonies of #307BA7
Complementary color
Monochromatic Colors of #307BA7
Black with #307BA7
Text Example
Text Example
White with #307BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307BA7; }
p { color: rgb(48,123,167); }
H1.HeaderClassName
{
color: #307BA7;
}
.AnyTagClassName
{
color: #307BA7;
}
</style>
background-color css
<style>
a { background-color: #307BA7; }
a { background-color: rgb(48,123,167); }
div.DivClassName
{
background-color: #307BA7;
}
.BgClassName
{
background-color: #307BA7;
}
</style>
border-color css
<style>
span { border-color: #307BA7; }
span { border-color: rgb(48,123,167); }
td.TdClassName
{
border-color: #307BA7;
}
.TagClassName
{
border-color: #307BA7;
}
</style>