Shades of Lochmara #336FB3
Tints of Lochmara #336FB3
RGB
CMYK
RGB Variations
Color information
#336FB3 (or 0x336FB3) is known color: Lochmara. HEX triplet: 33, 6F and B3. RGB value is (51,111,179). Sum of RGB (Red+Green+Blue) = 51+111+179=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #336FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FB3 is #CC904C. Grayscale: #646464. Windows color (decimal): -13406285 or 11759411. OLE color: 11759411.
HSL color Cylindrical-coordinate representation of color #336FB3: hue angle of 211.88º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #336FB3 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 111 | 179 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.30 |
| HSL | 211.88º | 0.56% | 0.45% | - |
| HSV(B) | 211.88º | 0.72% | 0.7% | - |
| XYZ | 15.19 | 15.33 | 44.81 | - |
| YUV | 100.81 | 172.12 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 179 | 0.72 | 0.38 | 0 | 0.30 | 211.88 | 0.56 | 0.45 |
| Hex | 33 | 6F | B3 | 48 | 26 | 0 | 1E | D4 | 38 | 2D |
| Octal | 63 | 157 | 263 | 110 | 46 | 0 | 36 | 324 | 70 | 55 |
| Binary | 110011 | 1101111 | 10110011 | 1001000 | 100110 | 0 | 11110 | 11010100 | 111000 | 101101 |
Color Harmonies of #336FB3
Complementary color
Monochromatic Colors of #336FB3
Black with #336FB3
Text Example
Text Example
White with #336FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FB3; }
p { color: rgb(51,111,179); }
H1.HeaderClassName
{
color: #336FB3;
}
.AnyTagClassName
{
color: #336FB3;
}
</style>
background-color css
<style>
a { background-color: #336FB3; }
a { background-color: rgb(51,111,179); }
div.DivClassName
{
background-color: #336FB3;
}
.BgClassName
{
background-color: #336FB3;
}
</style>
border-color css
<style>
span { border-color: #336FB3; }
span { border-color: rgb(51,111,179); }
td.TdClassName
{
border-color: #336FB3;
}
.TagClassName
{
border-color: #336FB3;
}
</style>