Shades of Lochmara #336FB6
Tints of Lochmara #336FB6
RGB
CMYK
RGB Variations
Color information
#336FB6 (or 0x336FB6) is known color: Lochmara. HEX triplet: 33, 6F and B6. RGB value is (51,111,182). Sum of RGB (Red+Green+Blue) = 51+111+182=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 182 (71.48% from 255 or 52.91% from 344); Max value from RGB is 182 - color contains mainly: blue. Hex color #336FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FB6 is #CC9049. Grayscale: #646464. Windows color (decimal): -13406282 or 11956019. OLE color: 11956019.
HSL color Cylindrical-coordinate representation of color #336FB6: hue angle of 212.52º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #336FB6 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 111 | 182 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.29 |
| HSL | 212.52º | 0.56% | 0.46% | - |
| HSV(B) | 212.52º | 0.72% | 0.71% | - |
| XYZ | 15.49 | 15.45 | 46.42 | - |
| YUV | 101.15 | 173.62 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 182 | 0.72 | 0.39 | 0 | 0.29 | 212.52 | 0.56 | 0.46 |
| Hex | 33 | 6F | B6 | 48 | 27 | 0 | 1D | D5 | 38 | 2E |
| Octal | 63 | 157 | 266 | 110 | 47 | 0 | 35 | 325 | 70 | 56 |
| Binary | 110011 | 1101111 | 10110110 | 1001000 | 100111 | 0 | 11101 | 11010101 | 111000 | 101110 |
Color Harmonies of #336FB6
Complementary color
Monochromatic Colors of #336FB6
Black with #336FB6
Text Example
Text Example
White with #336FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FB6; }
p { color: rgb(51,111,182); }
H1.HeaderClassName
{
color: #336FB6;
}
.AnyTagClassName
{
color: #336FB6;
}
</style>
background-color css
<style>
a { background-color: #336FB6; }
a { background-color: rgb(51,111,182); }
div.DivClassName
{
background-color: #336FB6;
}
.BgClassName
{
background-color: #336FB6;
}
</style>
border-color css
<style>
span { border-color: #336FB6; }
span { border-color: rgb(51,111,182); }
td.TdClassName
{
border-color: #336FB6;
}
.TagClassName
{
border-color: #336FB6;
}
</style>