Shades of Lochmara #237BAD
Tints of Lochmara #237BAD
RGB
CMYK
RGB Variations
Color information
#237BAD (or 0x237BAD) is known color: Lochmara. HEX triplet: 23, 7B and AD. RGB value is (35,123,173). Sum of RGB (Red+Green+Blue) = 35+123+173=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #237BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237BAD is #DC8452. Grayscale: #666666. Windows color (decimal): -14451795 or 11369251. OLE color: 11369251.
HSL color Cylindrical-coordinate representation of color #237BAD: hue angle of 201.74º 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 #237BAD is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 123 | 173 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.32 |
| HSL | 201.74º | 0.66% | 0.41% | - |
| HSV(B) | 201.74º | 0.8% | 0.68% | - |
| XYZ | 15.32 | 17.54 | 42.11 | - |
| YUV | 102.39 | 167.85 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 123 | 173 | 0.80 | 0.29 | 0 | 0.32 | 201.74 | 0.66 | 0.41 |
| Hex | 23 | 7B | AD | 50 | 1D | 0 | 20 | CA | 42 | 29 |
| Octal | 43 | 173 | 255 | 120 | 35 | 0 | 40 | 312 | 102 | 51 |
| Binary | 100011 | 1111011 | 10101101 | 1010000 | 11101 | 0 | 100000 | 11001010 | 1000010 | 101001 |
Color Harmonies of #237BAD
Complementary color
Monochromatic Colors of #237BAD
Black with #237BAD
Text Example
Text Example
White with #237BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237BAD; }
p { color: rgb(35,123,173); }
H1.HeaderClassName
{
color: #237BAD;
}
.AnyTagClassName
{
color: #237BAD;
}
</style>
background-color css
<style>
a { background-color: #237BAD; }
a { background-color: rgb(35,123,173); }
div.DivClassName
{
background-color: #237BAD;
}
.BgClassName
{
background-color: #237BAD;
}
</style>
border-color css
<style>
span { border-color: #237BAD; }
span { border-color: rgb(35,123,173); }
td.TdClassName
{
border-color: #237BAD;
}
.TagClassName
{
border-color: #237BAD;
}
</style>