Shades of Lochmara #30669B
Tints of Lochmara #30669B
RGB
CMYK
RGB Variations
Color information
#30669B (or 0x30669B) is known color: Lochmara. HEX triplet: 30, 66 and 9B. RGB value is (48,102,155). Sum of RGB (Red+Green+Blue) = 48+102+155=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #30669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30669B is #CF9964. Grayscale: #5B5B5B. Windows color (decimal): -13605221 or 10184240. OLE color: 10184240.
HSL color Cylindrical-coordinate representation of color #30669B: hue angle of 209.72º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30669B is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 102 | 155 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.39 |
| HSL | 209.72º | 0.53% | 0.4% | - |
| HSV(B) | 209.72º | 0.69% | 0.61% | - |
| XYZ | 11.89 | 12.5 | 32.8 | - |
| YUV | 91.9 | 163.61 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 102 | 155 | 0.69 | 0.34 | 0 | 0.39 | 209.72 | 0.53 | 0.4 |
| Hex | 30 | 66 | 9B | 45 | 22 | 0 | 27 | D2 | 35 | 28 |
| Octal | 60 | 146 | 233 | 105 | 42 | 0 | 47 | 322 | 65 | 50 |
| Binary | 110000 | 1100110 | 10011011 | 1000101 | 100010 | 0 | 100111 | 11010010 | 110101 | 101000 |
Color Harmonies of #30669B
Complementary color
Monochromatic Colors of #30669B
Black with #30669B
Text Example
Text Example
White with #30669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30669B; }
p { color: rgb(48,102,155); }
H1.HeaderClassName
{
color: #30669B;
}
.AnyTagClassName
{
color: #30669B;
}
</style>
background-color css
<style>
a { background-color: #30669B; }
a { background-color: rgb(48,102,155); }
div.DivClassName
{
background-color: #30669B;
}
.BgClassName
{
background-color: #30669B;
}
</style>
border-color css
<style>
span { border-color: #30669B; }
span { border-color: rgb(48,102,155); }
td.TdClassName
{
border-color: #30669B;
}
.TagClassName
{
border-color: #30669B;
}
</style>