Shades of Lochmara #2C74B5
Tints of Lochmara #2C74B5
RGB
CMYK
RGB Variations
Color information
#2C74B5 (or 0x2C74B5) is known color: Lochmara. HEX triplet: 2C, 74 and B5. RGB value is (44,116,181). Sum of RGB (Red+Green+Blue) = 44+116+181=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #2C74B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C74B5 is #D38B4A. Grayscale: #656565. Windows color (decimal): -13863755 or 11891756. OLE color: 11891756.
HSL color Cylindrical-coordinate representation of color #2C74B5: hue angle of 208.47º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C74B5 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 116 | 181 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.29 |
| HSL | 208.47º | 0.61% | 0.44% | - |
| HSV(B) | 208.47º | 0.76% | 0.71% | - |
| XYZ | 15.62 | 16.36 | 46.05 | - |
| YUV | 101.88 | 172.65 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 116 | 181 | 0.76 | 0.36 | 0 | 0.29 | 208.47 | 0.61 | 0.44 |
| Hex | 2C | 74 | B5 | 4C | 24 | 0 | 1D | D0 | 3D | 2C |
| Octal | 54 | 164 | 265 | 114 | 44 | 0 | 35 | 320 | 75 | 54 |
| Binary | 101100 | 1110100 | 10110101 | 1001100 | 100100 | 0 | 11101 | 11010000 | 111101 | 101100 |
Color Harmonies of #2C74B5
Complementary color
Monochromatic Colors of #2C74B5
Black with #2C74B5
Text Example
Text Example
White with #2C74B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C74B5; }
p { color: rgb(44,116,181); }
H1.HeaderClassName
{
color: #2C74B5;
}
.AnyTagClassName
{
color: #2C74B5;
}
</style>
background-color css
<style>
a { background-color: #2C74B5; }
a { background-color: rgb(44,116,181); }
div.DivClassName
{
background-color: #2C74B5;
}
.BgClassName
{
background-color: #2C74B5;
}
</style>
border-color css
<style>
span { border-color: #2C74B5; }
span { border-color: rgb(44,116,181); }
td.TdClassName
{
border-color: #2C74B5;
}
.TagClassName
{
border-color: #2C74B5;
}
</style>