Shades of Lochmara #3365AF
Tints of Lochmara #3365AF
RGB
CMYK
RGB Variations
Color information
#3365AF (or 0x3365AF) is known color: Lochmara. HEX triplet: 33, 65 and AF. RGB value is (51,101,175). Sum of RGB (Red+Green+Blue) = 51+101+175=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #3365AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3365AF is #CC9A50. Grayscale: #5E5E5E. Windows color (decimal): -13408849 or 11494707. OLE color: 11494707.
HSL color Cylindrical-coordinate representation of color #3365AF: hue angle of 215.81º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3365AF is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 101 | 175 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.31 |
| HSL | 215.81º | 0.55% | 0.44% | - |
| HSV(B) | 215.81º | 0.71% | 0.69% | - |
| XYZ | 13.76 | 13.11 | 42.36 | - |
| YUV | 94.49 | 173.44 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 175 | 0.71 | 0.42 | 0 | 0.31 | 215.81 | 0.55 | 0.44 |
| Hex | 33 | 65 | AF | 47 | 2A | 0 | 1F | D8 | 37 | 2C |
| Octal | 63 | 145 | 257 | 107 | 52 | 0 | 37 | 330 | 67 | 54 |
| Binary | 110011 | 1100101 | 10101111 | 1000111 | 101010 | 0 | 11111 | 11011000 | 110111 | 101100 |
Color Harmonies of #3365AF
Complementary color
Monochromatic Colors of #3365AF
Black with #3365AF
Text Example
Text Example
White with #3365AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3365AF; }
p { color: rgb(51,101,175); }
H1.HeaderClassName
{
color: #3365AF;
}
.AnyTagClassName
{
color: #3365AF;
}
</style>
background-color css
<style>
a { background-color: #3365AF; }
a { background-color: rgb(51,101,175); }
div.DivClassName
{
background-color: #3365AF;
}
.BgClassName
{
background-color: #3365AF;
}
</style>
border-color css
<style>
span { border-color: #3365AF; }
span { border-color: rgb(51,101,175); }
td.TdClassName
{
border-color: #3365AF;
}
.TagClassName
{
border-color: #3365AF;
}
</style>