Shades of Lochmara #33769C
Tints of Lochmara #33769C
RGB
CMYK
RGB Variations
Color information
#33769C (or 0x33769C) is known color: Lochmara. HEX triplet: 33, 76 and 9C. RGB value is (51,118,156). Sum of RGB (Red+Green+Blue) = 51+118+156=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #33769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33769C is #CC8963. Grayscale: #666666. Windows color (decimal): -13404516 or 10253875. OLE color: 10253875.
HSL color Cylindrical-coordinate representation of color #33769C: hue angle of 201.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33769C is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 118 | 156 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.39 |
| HSL | 201.71º | 0.51% | 0.41% | - |
| HSV(B) | 201.71º | 0.67% | 0.61% | - |
| XYZ | 13.84 | 16.06 | 33.82 | - |
| YUV | 102.3 | 158.3 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 156 | 0.67 | 0.24 | 0 | 0.39 | 201.71 | 0.51 | 0.41 |
| Hex | 33 | 76 | 9C | 43 | 18 | 0 | 27 | CA | 33 | 29 |
| Octal | 63 | 166 | 234 | 103 | 30 | 0 | 47 | 312 | 63 | 51 |
| Binary | 110011 | 1110110 | 10011100 | 1000011 | 11000 | 0 | 100111 | 11001010 | 110011 | 101001 |
Color Harmonies of #33769C
Complementary color
Monochromatic Colors of #33769C
Black with #33769C
Text Example
Text Example
White with #33769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33769C; }
p { color: rgb(51,118,156); }
H1.HeaderClassName
{
color: #33769C;
}
.AnyTagClassName
{
color: #33769C;
}
</style>
background-color css
<style>
a { background-color: #33769C; }
a { background-color: rgb(51,118,156); }
div.DivClassName
{
background-color: #33769C;
}
.BgClassName
{
background-color: #33769C;
}
</style>
border-color css
<style>
span { border-color: #33769C; }
span { border-color: rgb(51,118,156); }
td.TdClassName
{
border-color: #33769C;
}
.TagClassName
{
border-color: #33769C;
}
</style>