Shades of Lochmara #2366AA
Tints of Lochmara #2366AA
RGB
CMYK
RGB Variations
Color information
#2366AA (or 0x2366AA) is known color: Lochmara. HEX triplet: 23, 66 and AA. RGB value is (35,102,170). Sum of RGB (Red+Green+Blue) = 35+102+170=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #2366AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2366AA is #DC9955. Grayscale: #595959. Windows color (decimal): -14457174 or 11167267. OLE color: 11167267.
HSL color Cylindrical-coordinate representation of color #2366AA: hue angle of 210.22º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2366AA is Cyan = 0.79, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 102 | 170 | - |
| CMYK | 0.79 | 0.4 | 0 | 0.33 |
| HSL | 210.22º | 0.66% | 0.4% | - |
| HSV(B) | 210.22º | 0.79% | 0.67% | - |
| XYZ | 12.7 | 12.76 | 39.82 | - |
| YUV | 89.72 | 173.3 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 102 | 170 | 0.79 | 0.4 | 0 | 0.33 | 210.22 | 0.66 | 0.4 |
| Hex | 23 | 66 | AA | 4F | 28 | 0 | 21 | D2 | 42 | 28 |
| Octal | 43 | 146 | 252 | 117 | 50 | 0 | 41 | 322 | 102 | 50 |
| Binary | 100011 | 1100110 | 10101010 | 1001111 | 101000 | 0 | 100001 | 11010010 | 1000010 | 101000 |
Color Harmonies of #2366AA
Complementary color
Monochromatic Colors of #2366AA
Black with #2366AA
Text Example
Text Example
White with #2366AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2366AA; }
p { color: rgb(35,102,170); }
H1.HeaderClassName
{
color: #2366AA;
}
.AnyTagClassName
{
color: #2366AA;
}
</style>
background-color css
<style>
a { background-color: #2366AA; }
a { background-color: rgb(35,102,170); }
div.DivClassName
{
background-color: #2366AA;
}
.BgClassName
{
background-color: #2366AA;
}
</style>
border-color css
<style>
span { border-color: #2366AA; }
span { border-color: rgb(35,102,170); }
td.TdClassName
{
border-color: #2366AA;
}
.TagClassName
{
border-color: #2366AA;
}
</style>