Shades of Lochmara #237DAA
Tints of Lochmara #237DAA
RGB
CMYK
RGB Variations
Color information
#237DAA (or 0x237DAA) is known color: Lochmara. HEX triplet: 23, 7D and AA. RGB value is (35,125,170). Sum of RGB (Red+Green+Blue) = 35+125+170=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #237DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237DAA is #DC8255. Grayscale: #666666. Windows color (decimal): -14451286 or 11173155. OLE color: 11173155.
HSL color Cylindrical-coordinate representation of color #237DAA: hue angle of 200º 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 #237DAA is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 125 | 170 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.33 |
| HSL | 200º | 0.66% | 0.4% | - |
| HSV(B) | 200º | 0.79% | 0.67% | - |
| XYZ | 15.28 | 17.93 | 40.68 | - |
| YUV | 103.22 | 165.68 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 125 | 170 | 0.79 | 0.26 | 0 | 0.33 | 200 | 0.66 | 0.4 |
| Hex | 23 | 7D | AA | 4F | 1A | 0 | 21 | C8 | 42 | 28 |
| Octal | 43 | 175 | 252 | 117 | 32 | 0 | 41 | 310 | 102 | 50 |
| Binary | 100011 | 1111101 | 10101010 | 1001111 | 11010 | 0 | 100001 | 11001000 | 1000010 | 101000 |
Color Harmonies of #237DAA
Complementary color
Monochromatic Colors of #237DAA
Black with #237DAA
Text Example
Text Example
White with #237DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237DAA; }
p { color: rgb(35,125,170); }
H1.HeaderClassName
{
color: #237DAA;
}
.AnyTagClassName
{
color: #237DAA;
}
</style>
background-color css
<style>
a { background-color: #237DAA; }
a { background-color: rgb(35,125,170); }
div.DivClassName
{
background-color: #237DAA;
}
.BgClassName
{
background-color: #237DAA;
}
</style>
border-color css
<style>
span { border-color: #237DAA; }
span { border-color: rgb(35,125,170); }
td.TdClassName
{
border-color: #237DAA;
}
.TagClassName
{
border-color: #237DAA;
}
</style>