Html Css Color HEX #2977A9 Lochmara

📋 copy color: '#2977A9'

red 41 ◦ green 119 ◦ blue 169

#2977A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #2977A9

Tints of Lochmara #2977A9

RGB

 RED value IS 41 (16.41% from 255) = 12.46%

 GREEN value IS 119 (46.88% from 255) = 36.17%

 BLUE value IS 169 (66.41% from 255) = 51.37%

R = 12.46%
G = 36.17%
B = 51.37%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#2977A9 (or 0x2977A9) is known color: Lochmara. HEX triplet: 29, 77 and A9. RGB value is (41,119,169). Sum of RGB (Red+Green+Blue) = 41+119+169=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 169 (66.41% from 255 or 51.37% from 329); Max value from RGB is 169 - color contains mainly: blue. Hex color #2977A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2977A9 is #D68856. Grayscale: #656565. Windows color (decimal): -14059607 or 11106089. OLE color: 11106089.

HSL color Cylindrical-coordinate representation of color #2977A9: hue angle of 203.44º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2977A9 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 41 119 169 -
CMYK 0.76 0.30 0 0.34
HSL 203.44º 0.61% 0.41% -
HSV(B) 203.44º 0.76% 0.66% -
XYZ 14.67 16.53 39.95 -
YUV 101.38 166.16 84.93 -
System Red Green Blue C M Y K H S L
Decimal 41 119 169 0.76 0.30 0 0.34 203.44 0.61 0.41
Hex 29 77 A9 4C 1E 0 22 CB 3D 29
Octal 51 167 251 114 36 0 42 313 75 51
Binary 101001 1110111 10101001 1001100 11110 0 100010 11001011 111101 101001

Color Harmonies of #2977A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977A9

Black with #2977A9

Text Example


Text Example

White with #2977A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2977A9; }

 p { color: rgb(41,119,169); }

 H1.HeaderClassName
 {
   color: #2977A9;
 }
 .AnyTagClassName
 {
   color: #2977A9;
 }
</style>

background-color css

<style>
 a { background-color: #2977A9; }

 a { background-color: rgb(41,119,169); }

 div.DivClassName
 {
   background-color: #2977A9;
 }
 .BgClassName
 {
   background-color: #2977A9;
 }
</style>

border-color css

<style>
 span { border-color: #2977A9; }

 span { border-color: rgb(41,119,169); }

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