Shades of Lochmara #33769B
Tints of Lochmara #33769B
RGB
CMYK
RGB Variations
Color information
#33769B (or 0x33769B) is known color: Lochmara. HEX triplet: 33, 76 and 9B. RGB value is (51,118,155). Sum of RGB (Red+Green+Blue) = 51+118+155=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #33769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33769B is #CC8964. Grayscale: #656565. Windows color (decimal): -13404517 or 10188339. OLE color: 10188339.
HSL color Cylindrical-coordinate representation of color #33769B: hue angle of 201.35º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33769B is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 118 | 155 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.39 |
| HSL | 201.35º | 0.5% | 0.4% | - |
| HSV(B) | 201.35º | 0.67% | 0.61% | - |
| XYZ | 13.76 | 16.03 | 33.38 | - |
| YUV | 102.19 | 157.8 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 155 | 0.67 | 0.24 | 0 | 0.39 | 201.35 | 0.5 | 0.4 |
| Hex | 33 | 76 | 9B | 43 | 18 | 0 | 27 | C9 | 32 | 28 |
| Octal | 63 | 166 | 233 | 103 | 30 | 0 | 47 | 311 | 62 | 50 |
| Binary | 110011 | 1110110 | 10011011 | 1000011 | 11000 | 0 | 100111 | 11001001 | 110010 | 101000 |
Color Harmonies of #33769B
Complementary color
Monochromatic Colors of #33769B
Black with #33769B
Text Example
Text Example
White with #33769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33769B; }
p { color: rgb(51,118,155); }
H1.HeaderClassName
{
color: #33769B;
}
.AnyTagClassName
{
color: #33769B;
}
</style>
background-color css
<style>
a { background-color: #33769B; }
a { background-color: rgb(51,118,155); }
div.DivClassName
{
background-color: #33769B;
}
.BgClassName
{
background-color: #33769B;
}
</style>
border-color css
<style>
span { border-color: #33769B; }
span { border-color: rgb(51,118,155); }
td.TdClassName
{
border-color: #33769B;
}
.TagClassName
{
border-color: #33769B;
}
</style>