#2972A0

Color #2972A0 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #2972A0

Tints of Lochmara #2972A0

Color information

#2972A0 (or 0x2972A0) is unknown color: approx Lochmara. HEX triplet: 29, 72 and A0. RGB value is (41,114,160). Sum of RGB (Red+Green+Blue) = 41+114+160=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #2972A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2972A0 is #D68D5F. Grayscale: #616161. Windows color (decimal): -14060896 or 10514985. OLE color: 10514985.

HSL color Cylindrical-coordinate representation of color #2972A0: hue angle of 203.19º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2972A0 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB41114160-
CMYK0.740.2900.37
HSL203.19º59.2%39.41%-
HSV(B)203.19º74.37%62.75%-
XYZ13.2815.0435.46-
YUV97.42163.3287.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 13.02%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 160 (62.89% from 255) = 50.79%
R=13.02%
G=36.19%
B=50.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal411141600.740.2900.37203.1959.239.41
Hex2972A04A1D025cb3b27
Octal51162240112350453137347
Binary101001111001010100000100101011101010010111001011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2972A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2972A0; }

 p { color: rgb(41,114,160); }

 H1.HeaderClassName
 {
   color: #2972A0;
 }
 .AnyTagClassName
 {
   color: #2972A0;
 }
</style>
background-color css

<style>
 a { background-color: #2972A0; }

 a { background-color: rgb(41,114,160); }

 div.DivClassName
 {
   background-color: #2972A0;
 }
 .BgClassName
 {
   background-color: #2972A0;
 }
</style>
border-color css

<style>
 span { border-color: #2972A0; }

 span { border-color: rgb(41,114,160); }

 td.TdClassName
 {
   border-color: #2972A0;
 }
 .TagClassName
 {
   border-color: #2972A0;
 }
</style>