Html Css Color HEX #2977B5 Lochmara

📋 copy color: '#2977B5'

red 41 ◦ green 119 ◦ blue 181

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

Shades of Lochmara #2977B5

Tints of Lochmara #2977B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 53.08%

R = 12.02%
G = 34.9%
B = 53.08%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2977B5 (or 0x2977B5) is known color: Lochmara. HEX triplet: 29, 77 and B5. RGB value is (41,119,181). Sum of RGB (Red+Green+Blue) = 41+119+181=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #2977B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2977B5 is #D6884A. Grayscale: #666666. Windows color (decimal): -14059595 or 11892521. OLE color: 11892521.

HSL color Cylindrical-coordinate representation of color #2977B5: hue angle of 206.57º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2977B5 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 119 181 -
CMYK 0.77 0.34 0 0.29
HSL 206.57º 0.63% 0.44% -
HSV(B) 206.57º 0.77% 0.71% -
XYZ 15.85 17 46.16 -
YUV 102.75 172.16 83.96 -
System Red Green Blue C M Y K H S L
Decimal 41 119 181 0.77 0.34 0 0.29 206.57 0.63 0.44
Hex 29 77 B5 4D 22 0 1D CF 3F 2C
Octal 51 167 265 115 42 0 35 317 77 54
Binary 101001 1110111 10110101 1001101 100010 0 11101 11001111 111111 101100

Color Harmonies of #2977B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977B5

Black with #2977B5

Text Example


Text Example

White with #2977B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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