Shades of Lochmara #26729B
Tints of Lochmara #26729B
RGB
CMYK
RGB Variations
Color information
#26729B (or 0x26729B) is known color: Lochmara. HEX triplet: 26, 72 and 9B. RGB value is (38,114,155). Sum of RGB (Red+Green+Blue) = 38+114+155=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #26729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26729B is #D98D64. Grayscale: #5F5F5F. Windows color (decimal): -14257509 or 10187302. OLE color: 10187302.
HSL color Cylindrical-coordinate representation of color #26729B: hue angle of 201.03º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26729B is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 114 | 155 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.39 |
| HSL | 201.03º | 0.61% | 0.38% | - |
| HSV(B) | 201.03º | 0.75% | 0.61% | - |
| XYZ | 12.73 | 14.81 | 33.2 | - |
| YUV | 95.95 | 161.32 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 155 | 0.75 | 0.26 | 0 | 0.39 | 201.03 | 0.61 | 0.38 |
| Hex | 26 | 72 | 9B | 4B | 1A | 0 | 27 | C9 | 3D | 26 |
| Octal | 46 | 162 | 233 | 113 | 32 | 0 | 47 | 311 | 75 | 46 |
| Binary | 100110 | 1110010 | 10011011 | 1001011 | 11010 | 0 | 100111 | 11001001 | 111101 | 100110 |
Color Harmonies of #26729B
Complementary color
Monochromatic Colors of #26729B
Black with #26729B
Text Example
Text Example
White with #26729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26729B; }
p { color: rgb(38,114,155); }
H1.HeaderClassName
{
color: #26729B;
}
.AnyTagClassName
{
color: #26729B;
}
</style>
background-color css
<style>
a { background-color: #26729B; }
a { background-color: rgb(38,114,155); }
div.DivClassName
{
background-color: #26729B;
}
.BgClassName
{
background-color: #26729B;
}
</style>
border-color css
<style>
span { border-color: #26729B; }
span { border-color: rgb(38,114,155); }
td.TdClassName
{
border-color: #26729B;
}
.TagClassName
{
border-color: #26729B;
}
</style>