Shades of Lochmara #336CB3
Tints of Lochmara #336CB3
RGB
CMYK
RGB Variations
Color information
#336CB3 (or 0x336CB3) is known color: Lochmara. HEX triplet: 33, 6C and B3. RGB value is (51,108,179). Sum of RGB (Red+Green+Blue) = 51+108+179=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #336CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336CB3 is #CC934C. Grayscale: #626262. Windows color (decimal): -13407053 or 11758643. OLE color: 11758643.
HSL color Cylindrical-coordinate representation of color #336CB3: hue angle of 213.28º 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 #336CB3 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 108 | 179 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.30 |
| HSL | 213.28º | 0.56% | 0.45% | - |
| HSV(B) | 213.28º | 0.72% | 0.7% | - |
| XYZ | 14.86 | 14.68 | 44.7 | - |
| YUV | 99.05 | 173.12 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 179 | 0.72 | 0.40 | 0 | 0.30 | 213.28 | 0.56 | 0.45 |
| Hex | 33 | 6C | B3 | 48 | 28 | 0 | 1E | D5 | 38 | 2D |
| Octal | 63 | 154 | 263 | 110 | 50 | 0 | 36 | 325 | 70 | 55 |
| Binary | 110011 | 1101100 | 10110011 | 1001000 | 101000 | 0 | 11110 | 11010101 | 111000 | 101101 |
Color Harmonies of #336CB3
Complementary color
Monochromatic Colors of #336CB3
Black with #336CB3
Text Example
Text Example
White with #336CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336CB3; }
p { color: rgb(51,108,179); }
H1.HeaderClassName
{
color: #336CB3;
}
.AnyTagClassName
{
color: #336CB3;
}
</style>
background-color css
<style>
a { background-color: #336CB3; }
a { background-color: rgb(51,108,179); }
div.DivClassName
{
background-color: #336CB3;
}
.BgClassName
{
background-color: #336CB3;
}
</style>
border-color css
<style>
span { border-color: #336CB3; }
span { border-color: rgb(51,108,179); }
td.TdClassName
{
border-color: #336CB3;
}
.TagClassName
{
border-color: #336CB3;
}
</style>