Shades of Lochmara #307BA6
Tints of Lochmara #307BA6
RGB
CMYK
RGB Variations
Color information
#307BA6 (or 0x307BA6) is known color: Lochmara. HEX triplet: 30, 7B and A6. RGB value is (48,123,166). Sum of RGB (Red+Green+Blue) = 48+123+166=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 166 - color contains mainly: blue. Hex color #307BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307BA6 is #CF8459. Grayscale: #696969. Windows color (decimal): -13599834 or 10910512. OLE color: 10910512.
HSL color Cylindrical-coordinate representation of color #307BA6: hue angle of 201.86º 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 #307BA6 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 123 | 166 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.35 |
| HSL | 201.86º | 0.55% | 0.42% | - |
| HSV(B) | 201.86º | 0.71% | 0.65% | - |
| XYZ | 15.18 | 17.55 | 38.66 | - |
| YUV | 105.48 | 162.15 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 166 | 0.71 | 0.26 | 0 | 0.35 | 201.86 | 0.55 | 0.42 |
| Hex | 30 | 7B | A6 | 47 | 1A | 0 | 23 | CA | 37 | 2A |
| Octal | 60 | 173 | 246 | 107 | 32 | 0 | 43 | 312 | 67 | 52 |
| Binary | 110000 | 1111011 | 10100110 | 1000111 | 11010 | 0 | 100011 | 11001010 | 110111 | 101010 |
Color Harmonies of #307BA6
Complementary color
Monochromatic Colors of #307BA6
Black with #307BA6
Text Example
Text Example
White with #307BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307BA6; }
p { color: rgb(48,123,166); }
H1.HeaderClassName
{
color: #307BA6;
}
.AnyTagClassName
{
color: #307BA6;
}
</style>
background-color css
<style>
a { background-color: #307BA6; }
a { background-color: rgb(48,123,166); }
div.DivClassName
{
background-color: #307BA6;
}
.BgClassName
{
background-color: #307BA6;
}
</style>
border-color css
<style>
span { border-color: #307BA6; }
span { border-color: rgb(48,123,166); }
td.TdClassName
{
border-color: #307BA6;
}
.TagClassName
{
border-color: #307BA6;
}
</style>