Html Css Color HEX #2976AB Lochmara

📋 copy color: '#2976AB'

red 41 ◦ green 118 ◦ blue 171

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

Shades of Lochmara #2976AB

Tints of Lochmara #2976AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 12.42%
G = 35.76%
B = 51.82%

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

#2976AB (or 0x2976AB) is known color: Lochmara. HEX triplet: 29, 76 and AB. RGB value is (41,118,171). Sum of RGB (Red+Green+Blue) = 41+118+171=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #2976AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2976AB is #D68954. Grayscale: #646464. Windows color (decimal): -14059861 or 11236905. OLE color: 11236905.

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

Color convert

RGB 41 118 171 -
CMYK 0.76 0.31 0 0.33
HSL 204.46º 0.61% 0.42% -
HSV(B) 204.46º 0.76% 0.67% -
XYZ 14.74 16.37 40.91 -
YUV 101.02 167.49 85.19 -
System Red Green Blue C M Y K H S L
Decimal 41 118 171 0.76 0.31 0 0.33 204.46 0.61 0.42
Hex 29 76 AB 4C 1F 0 21 CC 3D 2A
Octal 51 166 253 114 37 0 41 314 75 52
Binary 101001 1110110 10101011 1001100 11111 0 100001 11001100 111101 101010

Color Harmonies of #2976AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2976AB

Black with #2976AB

Text Example


Text Example

White with #2976AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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