Shades of Lochmara #2373B4
Tints of Lochmara #2373B4
RGB
CMYK
RGB Variations
Color information
#2373B4 (or 0x2373B4) is known color: Lochmara. HEX triplet: 23, 73 and B4. RGB value is (35,115,180). Sum of RGB (Red+Green+Blue) = 35+115+180=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #2373B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2373B4 is #DC8C4B. Grayscale: #626262. Windows color (decimal): -14453836 or 11825955. OLE color: 11825955.
HSL color Cylindrical-coordinate representation of color #2373B4: hue angle of 206.9º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2373B4 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 115 | 180 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.29 |
| HSL | 206.9º | 0.67% | 0.42% | - |
| HSV(B) | 206.9º | 0.81% | 0.71% | - |
| XYZ | 15.06 | 15.91 | 45.46 | - |
| YUV | 98.49 | 174 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 180 | 0.81 | 0.36 | 0 | 0.29 | 206.9 | 0.67 | 0.42 |
| Hex | 23 | 73 | B4 | 51 | 24 | 0 | 1D | CF | 43 | 2A |
| Octal | 43 | 163 | 264 | 121 | 44 | 0 | 35 | 317 | 103 | 52 |
| Binary | 100011 | 1110011 | 10110100 | 1010001 | 100100 | 0 | 11101 | 11001111 | 1000011 | 101010 |
Color Harmonies of #2373B4
Complementary color
Monochromatic Colors of #2373B4
Black with #2373B4
Text Example
Text Example
White with #2373B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2373B4; }
p { color: rgb(35,115,180); }
H1.HeaderClassName
{
color: #2373B4;
}
.AnyTagClassName
{
color: #2373B4;
}
</style>
background-color css
<style>
a { background-color: #2373B4; }
a { background-color: rgb(35,115,180); }
div.DivClassName
{
background-color: #2373B4;
}
.BgClassName
{
background-color: #2373B4;
}
</style>
border-color css
<style>
span { border-color: #2373B4; }
span { border-color: rgb(35,115,180); }
td.TdClassName
{
border-color: #2373B4;
}
.TagClassName
{
border-color: #2373B4;
}
</style>