Shades of Lochmara #2363AB
Tints of Lochmara #2363AB
RGB
CMYK
RGB Variations
Color information
#2363AB (or 0x2363AB) is known color: Lochmara. HEX triplet: 23, 63 and AB. RGB value is (35,99,171). Sum of RGB (Red+Green+Blue) = 35+99+171=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #2363AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2363AB is #DC9C54. Grayscale: #575757. Windows color (decimal): -14457941 or 11232035. OLE color: 11232035.
HSL color Cylindrical-coordinate representation of color #2363AB: hue angle of 211.76º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2363AB is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 99 | 171 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.33 |
| HSL | 211.76º | 0.66% | 0.4% | - |
| HSV(B) | 211.76º | 0.8% | 0.67% | - |
| XYZ | 12.51 | 12.22 | 40.23 | - |
| YUV | 88.07 | 174.8 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 99 | 171 | 0.80 | 0.42 | 0 | 0.33 | 211.76 | 0.66 | 0.4 |
| Hex | 23 | 63 | AB | 50 | 2A | 0 | 21 | D4 | 42 | 28 |
| Octal | 43 | 143 | 253 | 120 | 52 | 0 | 41 | 324 | 102 | 50 |
| Binary | 100011 | 1100011 | 10101011 | 1010000 | 101010 | 0 | 100001 | 11010100 | 1000010 | 101000 |
Color Harmonies of #2363AB
Complementary color
Monochromatic Colors of #2363AB
Black with #2363AB
Text Example
Text Example
White with #2363AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2363AB; }
p { color: rgb(35,99,171); }
H1.HeaderClassName
{
color: #2363AB;
}
.AnyTagClassName
{
color: #2363AB;
}
</style>
background-color css
<style>
a { background-color: #2363AB; }
a { background-color: rgb(35,99,171); }
div.DivClassName
{
background-color: #2363AB;
}
.BgClassName
{
background-color: #2363AB;
}
</style>
border-color css
<style>
span { border-color: #2363AB; }
span { border-color: rgb(35,99,171); }
td.TdClassName
{
border-color: #2363AB;
}
.TagClassName
{
border-color: #2363AB;
}
</style>