Shades of Lochmara #2364AB
Tints of Lochmara #2364AB
RGB
CMYK
RGB Variations
Color information
#2364AB (or 0x2364AB) is known color: Lochmara. HEX triplet: 23, 64 and AB. RGB value is (35,100,171). Sum of RGB (Red+Green+Blue) = 35+100+171=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #2364AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2364AB is #DC9B54. Grayscale: #585858. Windows color (decimal): -14457685 or 11232291. OLE color: 11232291.
HSL color Cylindrical-coordinate representation of color #2364AB: hue angle of 211.32º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2364AB is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 100 | 171 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.33 |
| HSL | 211.32º | 0.66% | 0.4% | - |
| HSV(B) | 211.32º | 0.8% | 0.67% | - |
| XYZ | 12.6 | 12.41 | 40.26 | - |
| YUV | 88.66 | 174.47 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 100 | 171 | 0.80 | 0.42 | 0 | 0.33 | 211.32 | 0.66 | 0.4 |
| Hex | 23 | 64 | AB | 50 | 2A | 0 | 21 | D3 | 42 | 28 |
| Octal | 43 | 144 | 253 | 120 | 52 | 0 | 41 | 323 | 102 | 50 |
| Binary | 100011 | 1100100 | 10101011 | 1010000 | 101010 | 0 | 100001 | 11010011 | 1000010 | 101000 |
Color Harmonies of #2364AB
Complementary color
Monochromatic Colors of #2364AB
Black with #2364AB
Text Example
Text Example
White with #2364AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2364AB; }
p { color: rgb(35,100,171); }
H1.HeaderClassName
{
color: #2364AB;
}
.AnyTagClassName
{
color: #2364AB;
}
</style>
background-color css
<style>
a { background-color: #2364AB; }
a { background-color: rgb(35,100,171); }
div.DivClassName
{
background-color: #2364AB;
}
.BgClassName
{
background-color: #2364AB;
}
</style>
border-color css
<style>
span { border-color: #2364AB; }
span { border-color: rgb(35,100,171); }
td.TdClassName
{
border-color: #2364AB;
}
.TagClassName
{
border-color: #2364AB;
}
</style>