Shades of Lochmara #265FA6
Tints of Lochmara #265FA6
RGB
CMYK
RGB Variations
Color information
#265FA6 (or 0x265FA6) is known color: Lochmara. HEX triplet: 26, 5F and A6. RGB value is (38,95,166). Sum of RGB (Red+Green+Blue) = 38+95+166=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 166 (65.23% from 255 or 55.52% from 299); Max value from RGB is 166 - color contains mainly: blue. Hex color #265FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265FA6 is #D9A059. Grayscale: #555555. Windows color (decimal): -14262362 or 10903334. OLE color: 10903334.
HSL color Cylindrical-coordinate representation of color #265FA6: hue angle of 213.28º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #265FA6 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 95 | 166 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.35 |
| HSL | 213.28º | 0.63% | 0.4% | - |
| HSV(B) | 213.28º | 0.77% | 0.65% | - |
| XYZ | 11.77 | 11.35 | 37.65 | - |
| YUV | 86.05 | 173.12 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 166 | 0.77 | 0.43 | 0 | 0.35 | 213.28 | 0.63 | 0.4 |
| Hex | 26 | 5F | A6 | 4D | 2B | 0 | 23 | D5 | 3F | 28 |
| Octal | 46 | 137 | 246 | 115 | 53 | 0 | 43 | 325 | 77 | 50 |
| Binary | 100110 | 1011111 | 10100110 | 1001101 | 101011 | 0 | 100011 | 11010101 | 111111 | 101000 |
Color Harmonies of #265FA6
Complementary color
Monochromatic Colors of #265FA6
Black with #265FA6
Text Example
Text Example
White with #265FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265FA6; }
p { color: rgb(38,95,166); }
H1.HeaderClassName
{
color: #265FA6;
}
.AnyTagClassName
{
color: #265FA6;
}
</style>
background-color css
<style>
a { background-color: #265FA6; }
a { background-color: rgb(38,95,166); }
div.DivClassName
{
background-color: #265FA6;
}
.BgClassName
{
background-color: #265FA6;
}
</style>
border-color css
<style>
span { border-color: #265FA6; }
span { border-color: rgb(38,95,166); }
td.TdClassName
{
border-color: #265FA6;
}
.TagClassName
{
border-color: #265FA6;
}
</style>