Shades of Lochmara #26729C
Tints of Lochmara #26729C
RGB
CMYK
RGB Variations
Color information
#26729C (or 0x26729C) is known color: Lochmara. HEX triplet: 26, 72 and 9C. RGB value is (38,114,156). Sum of RGB (Red+Green+Blue) = 38+114+156=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #26729C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26729C is #D98D63. Grayscale: #5F5F5F. Windows color (decimal): -14257508 or 10252838. OLE color: 10252838.
HSL color Cylindrical-coordinate representation of color #26729C: hue angle of 201.36º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26729C is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 114 | 156 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.39 |
| HSL | 201.36º | 0.61% | 0.38% | - |
| HSV(B) | 201.36º | 0.76% | 0.61% | - |
| XYZ | 12.82 | 14.85 | 33.64 | - |
| YUV | 96.06 | 161.82 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 156 | 0.76 | 0.27 | 0 | 0.39 | 201.36 | 0.61 | 0.38 |
| Hex | 26 | 72 | 9C | 4C | 1B | 0 | 27 | C9 | 3D | 26 |
| Octal | 46 | 162 | 234 | 114 | 33 | 0 | 47 | 311 | 75 | 46 |
| Binary | 100110 | 1110010 | 10011100 | 1001100 | 11011 | 0 | 100111 | 11001001 | 111101 | 100110 |
Color Harmonies of #26729C
Complementary color
Monochromatic Colors of #26729C
Black with #26729C
Text Example
Text Example
White with #26729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26729C; }
p { color: rgb(38,114,156); }
H1.HeaderClassName
{
color: #26729C;
}
.AnyTagClassName
{
color: #26729C;
}
</style>
background-color css
<style>
a { background-color: #26729C; }
a { background-color: rgb(38,114,156); }
div.DivClassName
{
background-color: #26729C;
}
.BgClassName
{
background-color: #26729C;
}
</style>
border-color css
<style>
span { border-color: #26729C; }
span { border-color: rgb(38,114,156); }
td.TdClassName
{
border-color: #26729C;
}
.TagClassName
{
border-color: #26729C;
}
</style>