Html Css Color HEX #2976AA Lochmara

📋 copy color: '#2976AA'

red 41 ◦ green 118 ◦ blue 170

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

Shades of Lochmara #2976AA

Tints of Lochmara #2976AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

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

R = 12.46%
G = 35.87%
B = 51.67%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2976AA (or 0x2976AA) is known color: Lochmara. HEX triplet: 29, 76 and AA. RGB value is (41,118,170). Sum of RGB (Red+Green+Blue) = 41+118+170=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #2976AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2976AA is #D68955. Grayscale: #646464. Windows color (decimal): -14059862 or 11171369. OLE color: 11171369.

HSL color Cylindrical-coordinate representation of color #2976AA: hue angle of 204.19º 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 #2976AA is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 118 170 -
CMYK 0.76 0.31 0 0.33
HSL 204.19º 0.61% 0.41% -
HSV(B) 204.19º 0.76% 0.67% -
XYZ 14.65 16.33 40.41 -
YUV 100.91 166.99 85.27 -
System Red Green Blue C M Y K H S L
Decimal 41 118 170 0.76 0.31 0 0.33 204.19 0.61 0.41
Hex 29 76 AA 4C 1F 0 21 CC 3D 29
Octal 51 166 252 114 37 0 41 314 75 51
Binary 101001 1110110 10101010 1001100 11111 0 100001 11001100 111101 101001

Color Harmonies of #2976AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2976AA

Black with #2976AA

Text Example


Text Example

White with #2976AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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