Shades of Lochmara #267CAE
Tints of Lochmara #267CAE
RGB
CMYK
RGB Variations
Color information
#267CAE (or 0x267CAE) is known color: Lochmara. HEX triplet: 26, 7C and AE. RGB value is (38,124,174). Sum of RGB (Red+Green+Blue) = 38+124+174=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #267CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267CAE is #D98351. Grayscale: #676767. Windows color (decimal): -14254930 or 11435046. OLE color: 11435046.
HSL color Cylindrical-coordinate representation of color #267CAE: hue angle of 202.06º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #267CAE is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 124 | 174 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.32 |
| HSL | 202.06º | 0.64% | 0.42% | - |
| HSV(B) | 202.06º | 0.78% | 0.68% | - |
| XYZ | 15.65 | 17.88 | 42.67 | - |
| YUV | 103.99 | 167.51 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 174 | 0.78 | 0.29 | 0 | 0.32 | 202.06 | 0.64 | 0.42 |
| Hex | 26 | 7C | AE | 4E | 1D | 0 | 20 | CA | 40 | 2A |
| Octal | 46 | 174 | 256 | 116 | 35 | 0 | 40 | 312 | 100 | 52 |
| Binary | 100110 | 1111100 | 10101110 | 1001110 | 11101 | 0 | 100000 | 11001010 | 1000000 | 101010 |
Color Harmonies of #267CAE
Complementary color
Monochromatic Colors of #267CAE
Black with #267CAE
Text Example
Text Example
White with #267CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267CAE; }
p { color: rgb(38,124,174); }
H1.HeaderClassName
{
color: #267CAE;
}
.AnyTagClassName
{
color: #267CAE;
}
</style>
background-color css
<style>
a { background-color: #267CAE; }
a { background-color: rgb(38,124,174); }
div.DivClassName
{
background-color: #267CAE;
}
.BgClassName
{
background-color: #267CAE;
}
</style>
border-color css
<style>
span { border-color: #267CAE; }
span { border-color: rgb(38,124,174); }
td.TdClassName
{
border-color: #267CAE;
}
.TagClassName
{
border-color: #267CAE;
}
</style>