Shades of Lochmara #2665AD
Tints of Lochmara #2665AD
RGB
CMYK
RGB Variations
Color information
#2665AD (or 0x2665AD) is known color: Lochmara. HEX triplet: 26, 65 and AD. RGB value is (38,101,173). Sum of RGB (Red+Green+Blue) = 38+101+173=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #2665AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2665AD is #D99A52. Grayscale: #5A5A5A. Windows color (decimal): -14260819 or 11363622. OLE color: 11363622.
HSL color Cylindrical-coordinate representation of color #2665AD: hue angle of 212º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2665AD is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 101 | 173 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.32 |
| HSL | 212º | 0.64% | 0.41% | - |
| HSV(B) | 212º | 0.78% | 0.68% | - |
| XYZ | 13 | 12.74 | 41.31 | - |
| YUV | 90.37 | 174.63 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 101 | 173 | 0.78 | 0.42 | 0 | 0.32 | 212 | 0.64 | 0.41 |
| Hex | 26 | 65 | AD | 4E | 2A | 0 | 20 | D4 | 40 | 29 |
| Octal | 46 | 145 | 255 | 116 | 52 | 0 | 40 | 324 | 100 | 51 |
| Binary | 100110 | 1100101 | 10101101 | 1001110 | 101010 | 0 | 100000 | 11010100 | 1000000 | 101001 |
Color Harmonies of #2665AD
Complementary color
Monochromatic Colors of #2665AD
Black with #2665AD
Text Example
Text Example
White with #2665AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2665AD; }
p { color: rgb(38,101,173); }
H1.HeaderClassName
{
color: #2665AD;
}
.AnyTagClassName
{
color: #2665AD;
}
</style>
background-color css
<style>
a { background-color: #2665AD; }
a { background-color: rgb(38,101,173); }
div.DivClassName
{
background-color: #2665AD;
}
.BgClassName
{
background-color: #2665AD;
}
</style>
border-color css
<style>
span { border-color: #2665AD; }
span { border-color: rgb(38,101,173); }
td.TdClassName
{
border-color: #2665AD;
}
.TagClassName
{
border-color: #2665AD;
}
</style>