Shades of Lochmara #33759A
Tints of Lochmara #33759A
RGB
CMYK
RGB Variations
Color information
#33759A (or 0x33759A) is known color: Lochmara. HEX triplet: 33, 75 and 9A. RGB value is (51,117,154). Sum of RGB (Red+Green+Blue) = 51+117+154=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #33759A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33759A is #CC8A65. Grayscale: #656565. Windows color (decimal): -13404774 or 10122547. OLE color: 10122547.
HSL color Cylindrical-coordinate representation of color #33759A: hue angle of 201.55º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33759A is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 117 | 154 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.40 |
| HSL | 201.55º | 0.5% | 0.4% | - |
| HSV(B) | 201.55º | 0.67% | 0.6% | - |
| XYZ | 13.56 | 15.76 | 32.9 | - |
| YUV | 101.48 | 157.63 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 154 | 0.67 | 0.24 | 0 | 0.40 | 201.55 | 0.5 | 0.4 |
| Hex | 33 | 75 | 9A | 43 | 18 | 0 | 28 | CA | 32 | 28 |
| Octal | 63 | 165 | 232 | 103 | 30 | 0 | 50 | 312 | 62 | 50 |
| Binary | 110011 | 1110101 | 10011010 | 1000011 | 11000 | 0 | 101000 | 11001010 | 110010 | 101000 |
Color Harmonies of #33759A
Complementary color
Monochromatic Colors of #33759A
Black with #33759A
Text Example
Text Example
White with #33759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33759A; }
p { color: rgb(51,117,154); }
H1.HeaderClassName
{
color: #33759A;
}
.AnyTagClassName
{
color: #33759A;
}
</style>
background-color css
<style>
a { background-color: #33759A; }
a { background-color: rgb(51,117,154); }
div.DivClassName
{
background-color: #33759A;
}
.BgClassName
{
background-color: #33759A;
}
</style>
border-color css
<style>
span { border-color: #33759A; }
span { border-color: rgb(51,117,154); }
td.TdClassName
{
border-color: #33759A;
}
.TagClassName
{
border-color: #33759A;
}
</style>