Html Css Color HEX #2977AA Lochmara

📋 copy color: '#2977AA'

red 41 ◦ green 119 ◦ blue 170

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

Shades of Lochmara #2977AA

Tints of Lochmara #2977AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.52%

R = 12.42%
G = 36.06%
B = 51.52%

CMYK

 C value IS 0.76

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2977AA (or 0x2977AA) is known color: Lochmara. HEX triplet: 29, 77 and AA. RGB value is (41,119,170). Sum of RGB (Red+Green+Blue) = 41+119+170=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #2977AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2977AA is #D68855. Grayscale: #656565. Windows color (decimal): -14059606 or 11171625. OLE color: 11171625.

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

Color convert

RGB 41 119 170 -
CMYK 0.76 0.3 0 0.33
HSL 203.72º 0.61% 0.41% -
HSV(B) 203.72º 0.76% 0.67% -
XYZ 14.77 16.57 40.45 -
YUV 101.49 166.66 84.85 -
System Red Green Blue C M Y K H S L
Decimal 41 119 170 0.76 0.3 0 0.33 203.72 0.61 0.41
Hex 29 77 AA 4C 1E 0 21 CC 3D 29
Octal 51 167 252 114 36 0 41 314 75 51
Binary 101001 1110111 10101010 1001100 11110 0 100001 11001100 111101 101001

Color Harmonies of #2977AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977AA

Black with #2977AA

Text Example


Text Example

White with #2977AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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