Html Css Color HEX #2979B3 Lochmara

📋 copy color: '#2979B3'

red 41 ◦ green 121 ◦ blue 179

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

Shades of Lochmara #2979B3

Tints of Lochmara #2979B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.49%

R = 12.02%
G = 35.48%
B = 52.49%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2979B3 (or 0x2979B3) is known color: Lochmara. HEX triplet: 29, 79 and B3. RGB value is (41,121,179). Sum of RGB (Red+Green+Blue) = 41+121+179=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #2979B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2979B3 is #D6864C. Grayscale: #676767. Windows color (decimal): -14059085 or 11761961. OLE color: 11761961.

HSL color Cylindrical-coordinate representation of color #2979B3: hue angle of 205.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2979B3 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 41 121 179 -
CMYK 0.77 0.32 0 0.30
HSL 205.22º 0.63% 0.43% -
HSV(B) 205.22º 0.77% 0.7% -
XYZ 15.89 17.4 45.17 -
YUV 103.69 170.5 83.28 -
System Red Green Blue C M Y K H S L
Decimal 41 121 179 0.77 0.32 0 0.30 205.22 0.63 0.43
Hex 29 79 B3 4D 20 0 1E CD 3F 2B
Octal 51 171 263 115 40 0 36 315 77 53
Binary 101001 1111001 10110011 1001101 100000 0 11110 11001101 111111 101011

Color Harmonies of #2979B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2979B3

Black with #2979B3

Text Example


Text Example

White with #2979B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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