#2970A1

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

Shades of Lochmara #2970A1

Tints of Lochmara #2970A1

Color information

#2970A1 (or 0x2970A1) is unknown color: approx Lochmara. HEX triplet: 29, 70 and A1. RGB value is (41,112,161). Sum of RGB (Red+Green+Blue) = 41+112+161=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 161 (63.28% from 255 or 51.27% from 314); Max value from RGB is 161 - color contains mainly: blue. Hex color #2970A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2970A1 is #D68F5E. Grayscale: #606060. Windows color (decimal): -14061407 or 10580009. OLE color: 10580009.

HSL color Cylindrical-coordinate representation of color #2970A1: hue angle of 204.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2970A1 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB41112161-
CMYK0.750.3000.37
HSL204.5º59.41%39.61%-
HSV(B)204.5º74.53%63.14%-
XYZ13.1414.6335.85-
YUV96.36164.4888.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.06%
GREEN value IS 112 (44.14% from 255) = 35.67%
BLUE value IS 161 (63.28% from 255) = 51.27%
R=13.06%
G=35.67%
B=51.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal411121610.750.3000.37204.559.4139.61
Hex2970A14B1E025cc3b28
Octal51160241113360453147350
Binary101001111000010100001100101111110010010111001100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2970A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2970A1; }

 p { color: rgb(41,112,161); }

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

<style>
 a { background-color: #2970A1; }

 a { background-color: rgb(41,112,161); }

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

<style>
 span { border-color: #2970A1; }

 span { border-color: rgb(41,112,161); }

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