Shades of Lochmara #237BB4
Tints of Lochmara #237BB4
RGB
CMYK
RGB Variations
Color information
#237BB4 (or 0x237BB4) is known color: Lochmara. HEX triplet: 23, 7B and B4. RGB value is (35,123,180). Sum of RGB (Red+Green+Blue) = 35+123+180=338 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.36% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #237BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237BB4 is #DC844B. Grayscale: #666666. Windows color (decimal): -14451788 or 11828003. OLE color: 11828003.
HSL color Cylindrical-coordinate representation of color #237BB4: hue angle of 203.59º 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 #237BB4 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 123 | 180 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.29 |
| HSL | 203.59º | 0.67% | 0.42% | - |
| HSV(B) | 203.59º | 0.81% | 0.71% | - |
| XYZ | 16.01 | 17.82 | 45.78 | - |
| YUV | 103.19 | 171.35 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 123 | 180 | 0.81 | 0.32 | 0 | 0.29 | 203.59 | 0.67 | 0.42 |
| Hex | 23 | 7B | B4 | 51 | 20 | 0 | 1D | CC | 43 | 2A |
| Octal | 43 | 173 | 264 | 121 | 40 | 0 | 35 | 314 | 103 | 52 |
| Binary | 100011 | 1111011 | 10110100 | 1010001 | 100000 | 0 | 11101 | 11001100 | 1000011 | 101010 |
Color Harmonies of #237BB4
Complementary color
Monochromatic Colors of #237BB4
Black with #237BB4
Text Example
Text Example
White with #237BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237BB4; }
p { color: rgb(35,123,180); }
H1.HeaderClassName
{
color: #237BB4;
}
.AnyTagClassName
{
color: #237BB4;
}
</style>
background-color css
<style>
a { background-color: #237BB4; }
a { background-color: rgb(35,123,180); }
div.DivClassName
{
background-color: #237BB4;
}
.BgClassName
{
background-color: #237BB4;
}
</style>
border-color css
<style>
span { border-color: #237BB4; }
span { border-color: rgb(35,123,180); }
td.TdClassName
{
border-color: #237BB4;
}
.TagClassName
{
border-color: #237BB4;
}
</style>