Shades of Lochmara #267BAF
Tints of Lochmara #267BAF
RGB
CMYK
RGB Variations
Color information
#267BAF (or 0x267BAF) is known color: Lochmara. HEX triplet: 26, 7B and AF. RGB value is (38,123,175). Sum of RGB (Red+Green+Blue) = 38+123+175=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #267BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267BAF is #D98450. Grayscale: #676767. Windows color (decimal): -14255185 or 11500326. OLE color: 11500326.
HSL color Cylindrical-coordinate representation of color #267BAF: hue angle of 202.77º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #267BAF is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 123 | 175 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.31 |
| HSL | 202.77º | 0.64% | 0.42% | - |
| HSV(B) | 202.77º | 0.78% | 0.69% | - |
| XYZ | 15.62 | 17.67 | 43.15 | - |
| YUV | 103.51 | 168.34 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 175 | 0.78 | 0.30 | 0 | 0.31 | 202.77 | 0.64 | 0.42 |
| Hex | 26 | 7B | AF | 4E | 1E | 0 | 1F | CB | 40 | 2A |
| Octal | 46 | 173 | 257 | 116 | 36 | 0 | 37 | 313 | 100 | 52 |
| Binary | 100110 | 1111011 | 10101111 | 1001110 | 11110 | 0 | 11111 | 11001011 | 1000000 | 101010 |
Color Harmonies of #267BAF
Complementary color
Monochromatic Colors of #267BAF
Black with #267BAF
Text Example
Text Example
White with #267BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267BAF; }
p { color: rgb(38,123,175); }
H1.HeaderClassName
{
color: #267BAF;
}
.AnyTagClassName
{
color: #267BAF;
}
</style>
background-color css
<style>
a { background-color: #267BAF; }
a { background-color: rgb(38,123,175); }
div.DivClassName
{
background-color: #267BAF;
}
.BgClassName
{
background-color: #267BAF;
}
</style>
border-color css
<style>
span { border-color: #267BAF; }
span { border-color: rgb(38,123,175); }
td.TdClassName
{
border-color: #267BAF;
}
.TagClassName
{
border-color: #267BAF;
}
</style>