Shades of Lochmara #2669A4
Tints of Lochmara #2669A4
RGB
CMYK
RGB Variations
Color information
#2669A4 (or 0x2669A4) is known color: Lochmara. HEX triplet: 26, 69 and A4. RGB value is (38,105,164). Sum of RGB (Red+Green+Blue) = 38+105+164=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #2669A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2669A4 is #D9965B. Grayscale: #5B5B5B. Windows color (decimal): -14259804 or 10774822. OLE color: 10774822.
HSL color Cylindrical-coordinate representation of color #2669A4: hue angle of 208.1º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2669A4 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 105 | 164 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.36 |
| HSL | 208.1º | 0.62% | 0.4% | - |
| HSV(B) | 208.1º | 0.77% | 0.64% | - |
| XYZ | 12.55 | 13.2 | 37.01 | - |
| YUV | 91.69 | 168.8 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 164 | 0.77 | 0.36 | 0 | 0.36 | 208.1 | 0.62 | 0.4 |
| Hex | 26 | 69 | A4 | 4D | 24 | 0 | 24 | D0 | 3E | 28 |
| Octal | 46 | 151 | 244 | 115 | 44 | 0 | 44 | 320 | 76 | 50 |
| Binary | 100110 | 1101001 | 10100100 | 1001101 | 100100 | 0 | 100100 | 11010000 | 111110 | 101000 |
Color Harmonies of #2669A4
Complementary color
Monochromatic Colors of #2669A4
Black with #2669A4
Text Example
Text Example
White with #2669A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2669A4; }
p { color: rgb(38,105,164); }
H1.HeaderClassName
{
color: #2669A4;
}
.AnyTagClassName
{
color: #2669A4;
}
</style>
background-color css
<style>
a { background-color: #2669A4; }
a { background-color: rgb(38,105,164); }
div.DivClassName
{
background-color: #2669A4;
}
.BgClassName
{
background-color: #2669A4;
}
</style>
border-color css
<style>
span { border-color: #2669A4; }
span { border-color: rgb(38,105,164); }
td.TdClassName
{
border-color: #2669A4;
}
.TagClassName
{
border-color: #2669A4;
}
</style>