Shades of Lochmara #2273AF
Tints of Lochmara #2273AF
RGB
CMYK
RGB Variations
Color information
#2273AF (or 0x2273AF) is known color: Lochmara. HEX triplet: 22, 73 and AF. RGB value is (34,115,175). Sum of RGB (Red+Green+Blue) = 34+115+175=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #2273AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2273AF is #DD8C50. Grayscale: #616161. Windows color (decimal): -14519377 or 11498274. OLE color: 11498274.
HSL color Cylindrical-coordinate representation of color #2273AF: hue angle of 205.53º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2273AF is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 115 | 175 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.31 |
| HSL | 205.53º | 0.67% | 0.41% | - |
| HSV(B) | 205.53º | 0.81% | 0.69% | - |
| XYZ | 14.53 | 15.7 | 42.82 | - |
| YUV | 97.62 | 171.66 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 115 | 175 | 0.81 | 0.34 | 0 | 0.31 | 205.53 | 0.67 | 0.41 |
| Hex | 22 | 73 | AF | 51 | 22 | 0 | 1F | CE | 43 | 29 |
| Octal | 42 | 163 | 257 | 121 | 42 | 0 | 37 | 316 | 103 | 51 |
| Binary | 100010 | 1110011 | 10101111 | 1010001 | 100010 | 0 | 11111 | 11001110 | 1000011 | 101001 |
Color Harmonies of #2273AF
Complementary color
Monochromatic Colors of #2273AF
Black with #2273AF
Text Example
Text Example
White with #2273AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2273AF; }
p { color: rgb(34,115,175); }
H1.HeaderClassName
{
color: #2273AF;
}
.AnyTagClassName
{
color: #2273AF;
}
</style>
background-color css
<style>
a { background-color: #2273AF; }
a { background-color: rgb(34,115,175); }
div.DivClassName
{
background-color: #2273AF;
}
.BgClassName
{
background-color: #2273AF;
}
</style>
border-color css
<style>
span { border-color: #2273AF; }
span { border-color: rgb(34,115,175); }
td.TdClassName
{
border-color: #2273AF;
}
.TagClassName
{
border-color: #2273AF;
}
</style>