Shades of Lochmara #2365AC
Tints of Lochmara #2365AC
RGB
CMYK
RGB Variations
Color information
#2365AC (or 0x2365AC) is known color: Lochmara. HEX triplet: 23, 65 and AC. RGB value is (35,101,172). Sum of RGB (Red+Green+Blue) = 35+101+172=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #2365AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2365AC is #DC9A53. Grayscale: #595959. Windows color (decimal): -14457428 or 11298083. OLE color: 11298083.
HSL color Cylindrical-coordinate representation of color #2365AC: hue angle of 211.09º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2365AC is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 101 | 172 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.33 |
| HSL | 211.09º | 0.66% | 0.41% | - |
| HSV(B) | 211.09º | 0.8% | 0.67% | - |
| XYZ | 12.79 | 12.64 | 40.8 | - |
| YUV | 89.36 | 174.63 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 172 | 0.80 | 0.41 | 0 | 0.33 | 211.09 | 0.66 | 0.41 |
| Hex | 23 | 65 | AC | 50 | 29 | 0 | 21 | D3 | 42 | 29 |
| Octal | 43 | 145 | 254 | 120 | 51 | 0 | 41 | 323 | 102 | 51 |
| Binary | 100011 | 1100101 | 10101100 | 1010000 | 101001 | 0 | 100001 | 11010011 | 1000010 | 101001 |
Color Harmonies of #2365AC
Complementary color
Monochromatic Colors of #2365AC
Black with #2365AC
Text Example
Text Example
White with #2365AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2365AC; }
p { color: rgb(35,101,172); }
H1.HeaderClassName
{
color: #2365AC;
}
.AnyTagClassName
{
color: #2365AC;
}
</style>
background-color css
<style>
a { background-color: #2365AC; }
a { background-color: rgb(35,101,172); }
div.DivClassName
{
background-color: #2365AC;
}
.BgClassName
{
background-color: #2365AC;
}
</style>
border-color css
<style>
span { border-color: #2365AC; }
span { border-color: rgb(35,101,172); }
td.TdClassName
{
border-color: #2365AC;
}
.TagClassName
{
border-color: #2365AC;
}
</style>