Shades of Lochmara #307BA8
Tints of Lochmara #307BA8
RGB
CMYK
RGB Variations
Color information
#307BA8 (or 0x307BA8) is known color: Lochmara. HEX triplet: 30, 7B and A8. RGB value is (48,123,168). Sum of RGB (Red+Green+Blue) = 48+123+168=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 168 (66.02% from 255 or 49.56% from 339); Max value from RGB is 168 - color contains mainly: blue. Hex color #307BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307BA8 is #CF8457. Grayscale: #696969. Windows color (decimal): -13599832 or 11041584. OLE color: 11041584.
HSL color Cylindrical-coordinate representation of color #307BA8: hue angle of 202.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #307BA8 is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 123 | 168 | - |
| CMYK | 0.71 | 0.27 | 0 | 0.34 |
| HSL | 202.5º | 0.56% | 0.42% | - |
| HSV(B) | 202.5º | 0.71% | 0.66% | - |
| XYZ | 15.37 | 17.62 | 39.64 | - |
| YUV | 105.71 | 163.15 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 168 | 0.71 | 0.27 | 0 | 0.34 | 202.5 | 0.56 | 0.42 |
| Hex | 30 | 7B | A8 | 47 | 1B | 0 | 22 | CA | 38 | 2A |
| Octal | 60 | 173 | 250 | 107 | 33 | 0 | 42 | 312 | 70 | 52 |
| Binary | 110000 | 1111011 | 10101000 | 1000111 | 11011 | 0 | 100010 | 11001010 | 111000 | 101010 |
Color Harmonies of #307BA8
Complementary color
Monochromatic Colors of #307BA8
Black with #307BA8
Text Example
Text Example
White with #307BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307BA8; }
p { color: rgb(48,123,168); }
H1.HeaderClassName
{
color: #307BA8;
}
.AnyTagClassName
{
color: #307BA8;
}
</style>
background-color css
<style>
a { background-color: #307BA8; }
a { background-color: rgb(48,123,168); }
div.DivClassName
{
background-color: #307BA8;
}
.BgClassName
{
background-color: #307BA8;
}
</style>
border-color css
<style>
span { border-color: #307BA8; }
span { border-color: rgb(48,123,168); }
td.TdClassName
{
border-color: #307BA8;
}
.TagClassName
{
border-color: #307BA8;
}
</style>