Shades of Lochmara #22679B
Tints of Lochmara #22679B
RGB
CMYK
RGB Variations
Color information
#22679B (or 0x22679B) is known color: Lochmara. HEX triplet: 22, 67 and 9B. RGB value is (34,103,155). Sum of RGB (Red+Green+Blue) = 34+103+155=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #22679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22679B is #DD9864. Grayscale: #585858. Windows color (decimal): -14522469 or 10184482. OLE color: 10184482.
HSL color Cylindrical-coordinate representation of color #22679B: hue angle of 205.79º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22679B is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 103 | 155 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.39 |
| HSL | 205.79º | 0.64% | 0.37% | - |
| HSV(B) | 205.79º | 0.78% | 0.61% | - |
| XYZ | 11.43 | 12.41 | 32.8 | - |
| YUV | 88.3 | 165.64 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 103 | 155 | 0.78 | 0.34 | 0 | 0.39 | 205.79 | 0.64 | 0.37 |
| Hex | 22 | 67 | 9B | 4E | 22 | 0 | 27 | CE | 40 | 25 |
| Octal | 42 | 147 | 233 | 116 | 42 | 0 | 47 | 316 | 100 | 45 |
| Binary | 100010 | 1100111 | 10011011 | 1001110 | 100010 | 0 | 100111 | 11001110 | 1000000 | 100101 |
Color Harmonies of #22679B
Complementary color
Monochromatic Colors of #22679B
Black with #22679B
Text Example
Text Example
White with #22679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22679B; }
p { color: rgb(34,103,155); }
H1.HeaderClassName
{
color: #22679B;
}
.AnyTagClassName
{
color: #22679B;
}
</style>
background-color css
<style>
a { background-color: #22679B; }
a { background-color: rgb(34,103,155); }
div.DivClassName
{
background-color: #22679B;
}
.BgClassName
{
background-color: #22679B;
}
</style>
border-color css
<style>
span { border-color: #22679B; }
span { border-color: rgb(34,103,155); }
td.TdClassName
{
border-color: #22679B;
}
.TagClassName
{
border-color: #22679B;
}
</style>