Shades of Lochmara #267DA2
Tints of Lochmara #267DA2
RGB
CMYK
RGB Variations
Color information
#267DA2 (or 0x267DA2) is known color: Lochmara. HEX triplet: 26, 7D and A2. RGB value is (38,125,162). Sum of RGB (Red+Green+Blue) = 38+125+162=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #267DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267DA2 is #D9825D. Grayscale: #666666. Windows color (decimal): -14254686 or 10648870. OLE color: 10648870.
HSL color Cylindrical-coordinate representation of color #267DA2: hue angle of 197.9º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #267DA2 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 125 | 162 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.36 |
| HSL | 197.9º | 0.62% | 0.39% | - |
| HSV(B) | 197.9º | 0.77% | 0.64% | - |
| XYZ | 14.65 | 17.69 | 36.82 | - |
| YUV | 103.21 | 161.18 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 162 | 0.77 | 0.23 | 0 | 0.36 | 197.9 | 0.62 | 0.39 |
| Hex | 26 | 7D | A2 | 4D | 17 | 0 | 24 | C6 | 3E | 27 |
| Octal | 46 | 175 | 242 | 115 | 27 | 0 | 44 | 306 | 76 | 47 |
| Binary | 100110 | 1111101 | 10100010 | 1001101 | 10111 | 0 | 100100 | 11000110 | 111110 | 100111 |
Color Harmonies of #267DA2
Complementary color
Monochromatic Colors of #267DA2
Black with #267DA2
Text Example
Text Example
White with #267DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267DA2; }
p { color: rgb(38,125,162); }
H1.HeaderClassName
{
color: #267DA2;
}
.AnyTagClassName
{
color: #267DA2;
}
</style>
background-color css
<style>
a { background-color: #267DA2; }
a { background-color: rgb(38,125,162); }
div.DivClassName
{
background-color: #267DA2;
}
.BgClassName
{
background-color: #267DA2;
}
</style>
border-color css
<style>
span { border-color: #267DA2; }
span { border-color: rgb(38,125,162); }
td.TdClassName
{
border-color: #267DA2;
}
.TagClassName
{
border-color: #267DA2;
}
</style>