Html Css Color HEX #2979AB Lochmara

📋 copy color: '#2979AB'

red 41 ◦ green 121 ◦ blue 171

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

Shades of Lochmara #2979AB

Tints of Lochmara #2979AB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.34%

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

R = 12.31%
G = 36.34%
B = 51.35%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2979AB (or 0x2979AB) is known color: Lochmara. HEX triplet: 29, 79 and AB. RGB value is (41,121,171). Sum of RGB (Red+Green+Blue) = 41+121+171=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #2979AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2979AB is #D68654. Grayscale: #666666. Windows color (decimal): -14059093 or 11237673. OLE color: 11237673.

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

Color convert

RGB 41 121 171 -
CMYK 0.76 0.29 0 0.33
HSL 203.08º 0.61% 0.42% -
HSV(B) 203.08º 0.76% 0.67% -
XYZ 15.1 17.09 41.03 -
YUV 102.78 166.5 83.93 -
System Red Green Blue C M Y K H S L
Decimal 41 121 171 0.76 0.29 0 0.33 203.08 0.61 0.42
Hex 29 79 AB 4C 1D 0 21 CB 3D 2A
Octal 51 171 253 114 35 0 41 313 75 52
Binary 101001 1111001 10101011 1001100 11101 0 100001 11001011 111101 101010

Color Harmonies of #2979AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2979AB

Black with #2979AB

Text Example


Text Example

White with #2979AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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