Html Css Color HEX #2977AD Lochmara

📋 copy color: '#2977AD'

red 41 ◦ green 119 ◦ blue 173

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

Shades of Lochmara #2977AD

Tints of Lochmara #2977AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.95%

R = 12.31%
G = 35.74%
B = 51.95%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2977AD (or 0x2977AD) is known color: Lochmara. HEX triplet: 29, 77 and AD. RGB value is (41,119,173). Sum of RGB (Red+Green+Blue) = 41+119+173=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #2977AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2977AD is #D68852. Grayscale: #656565. Windows color (decimal): -14059603 or 11368233. OLE color: 11368233.

HSL color Cylindrical-coordinate representation of color #2977AD: hue angle of 204.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2977AD is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 119 173 -
CMYK 0.76 0.31 0 0.32
HSL 204.55º 0.62% 0.42% -
HSV(B) 204.55º 0.76% 0.68% -
XYZ 15.05 16.68 41.96 -
YUV 101.83 168.16 84.61 -
System Red Green Blue C M Y K H S L
Decimal 41 119 173 0.76 0.31 0 0.32 204.55 0.62 0.42
Hex 29 77 AD 4C 1F 0 20 CD 3E 2A
Octal 51 167 255 114 37 0 40 315 76 52
Binary 101001 1110111 10101101 1001100 11111 0 100000 11001101 111110 101010

Color Harmonies of #2977AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977AD

Black with #2977AD

Text Example


Text Example

White with #2977AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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