#2972B3

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

Shades of Lochmara #2972B3

Tints of Lochmara #2972B3

Color information

#2972B3 (or 0x2972B3) is unknown color: approx Lochmara. HEX triplet: 29, 72 and B3. RGB value is (41,114,179). Sum of RGB (Red+Green+Blue) = 41+114+179=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #2972B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2972B3 is #D68D4C. Grayscale: #636363. Windows color (decimal): -14060877 or 11760169. OLE color: 11760169.

HSL color Cylindrical-coordinate representation of color #2972B3: hue angle of 208.26º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2972B3 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB41114179-
CMYK0.770.3600.30
HSL208.26º62.73%43.14%-
HSV(B)208.26º77.09%70.2%-
XYZ15.0715.7644.9-
YUV99.58172.8286.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.28%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 179 (70.31% from 255) = 53.59%
R=12.28%
G=34.13%
B=53.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal411141790.770.3600.30208.2662.7343.14
Hex2972B34D2401Ed03f2b
Octal51162263115440363207753
Binary101001111001010110011100110110010001111011010000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2972B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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