Shades of Lochmara #2779B4
Tints of Lochmara #2779B4
RGB
CMYK
RGB Variations
Color information
#2779B4 (or 0x2779B4) is known color: Lochmara. HEX triplet: 27, 79 and B4. RGB value is (39,121,180). Sum of RGB (Red+Green+Blue) = 39+121+180=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #2779B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2779B4 is #D8864B. Grayscale: #666666. Windows color (decimal): -14190156 or 11827495. OLE color: 11827495.
HSL color Cylindrical-coordinate representation of color #2779B4: hue angle of 205.11º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2779B4 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 121 | 180 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.29 |
| HSL | 205.11º | 0.64% | 0.43% | - |
| HSV(B) | 205.11º | 0.78% | 0.71% | - |
| XYZ | 15.91 | 17.4 | 45.7 | - |
| YUV | 103.21 | 171.33 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 180 | 0.78 | 0.33 | 0 | 0.29 | 205.11 | 0.64 | 0.43 |
| Hex | 27 | 79 | B4 | 4E | 21 | 0 | 1D | CD | 40 | 2B |
| Octal | 47 | 171 | 264 | 116 | 41 | 0 | 35 | 315 | 100 | 53 |
| Binary | 100111 | 1111001 | 10110100 | 1001110 | 100001 | 0 | 11101 | 11001101 | 1000000 | 101011 |
Color Harmonies of #2779B4
Complementary color
Monochromatic Colors of #2779B4
Black with #2779B4
Text Example
Text Example
White with #2779B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2779B4; }
p { color: rgb(39,121,180); }
H1.HeaderClassName
{
color: #2779B4;
}
.AnyTagClassName
{
color: #2779B4;
}
</style>
background-color css
<style>
a { background-color: #2779B4; }
a { background-color: rgb(39,121,180); }
div.DivClassName
{
background-color: #2779B4;
}
.BgClassName
{
background-color: #2779B4;
}
</style>
border-color css
<style>
span { border-color: #2779B4; }
span { border-color: rgb(39,121,180); }
td.TdClassName
{
border-color: #2779B4;
}
.TagClassName
{
border-color: #2779B4;
}
</style>