Shades of Lochmara #2369AD
Tints of Lochmara #2369AD
RGB
CMYK
RGB Variations
Color information
#2369AD (or 0x2369AD) is known color: Lochmara. HEX triplet: 23, 69 and AD. RGB value is (35,105,173). Sum of RGB (Red+Green+Blue) = 35+105+173=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #2369AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2369AD is #DC9652. Grayscale: #5B5B5B. Windows color (decimal): -14456403 or 11364643. OLE color: 11364643.
HSL color Cylindrical-coordinate representation of color #2369AD: hue angle of 209.57º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2369AD is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 105 | 173 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.32 |
| HSL | 209.57º | 0.66% | 0.41% | - |
| HSV(B) | 209.57º | 0.8% | 0.68% | - |
| XYZ | 13.29 | 13.48 | 41.44 | - |
| YUV | 91.82 | 173.81 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 105 | 173 | 0.80 | 0.39 | 0 | 0.32 | 209.57 | 0.66 | 0.41 |
| Hex | 23 | 69 | AD | 50 | 27 | 0 | 20 | D2 | 42 | 29 |
| Octal | 43 | 151 | 255 | 120 | 47 | 0 | 40 | 322 | 102 | 51 |
| Binary | 100011 | 1101001 | 10101101 | 1010000 | 100111 | 0 | 100000 | 11010010 | 1000010 | 101001 |
Color Harmonies of #2369AD
Complementary color
Monochromatic Colors of #2369AD
Black with #2369AD
Text Example
Text Example
White with #2369AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2369AD; }
p { color: rgb(35,105,173); }
H1.HeaderClassName
{
color: #2369AD;
}
.AnyTagClassName
{
color: #2369AD;
}
</style>
background-color css
<style>
a { background-color: #2369AD; }
a { background-color: rgb(35,105,173); }
div.DivClassName
{
background-color: #2369AD;
}
.BgClassName
{
background-color: #2369AD;
}
</style>
border-color css
<style>
span { border-color: #2369AD; }
span { border-color: rgb(35,105,173); }
td.TdClassName
{
border-color: #2369AD;
}
.TagClassName
{
border-color: #2369AD;
}
</style>