Html Css Color HEX #2976B5 Lochmara

📋 copy color: '#2976B5'

red 41 ◦ green 118 ◦ blue 181

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

Shades of Lochmara #2976B5

Tints of Lochmara #2976B5

RGB

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

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

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

R = 12.06%
G = 34.71%
B = 53.24%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2976B5 (or 0x2976B5) is known color: Lochmara. HEX triplet: 29, 76 and B5. RGB value is (41,118,181). Sum of RGB (Red+Green+Blue) = 41+118+181=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 181 (71.09% from 255 or 53.24% from 340); Max value from RGB is 181 - color contains mainly: blue. Hex color #2976B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2976B5 is #D6894A. Grayscale: #656565. Windows color (decimal): -14059851 or 11892265. OLE color: 11892265.

HSL color Cylindrical-coordinate representation of color #2976B5: hue angle of 207º 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 #2976B5 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 118 181 -
CMYK 0.77 0.35 0 0.29
HSL 207º 0.63% 0.44% -
HSV(B) 207º 0.77% 0.71% -
XYZ 15.73 16.76 46.12 -
YUV 102.16 172.49 84.38 -
System Red Green Blue C M Y K H S L
Decimal 41 118 181 0.77 0.35 0 0.29 207 0.63 0.44
Hex 29 76 B5 4D 23 0 1D CF 3F 2C
Octal 51 166 265 115 43 0 35 317 77 54
Binary 101001 1110110 10110101 1001101 100011 0 11101 11001111 111111 101100

Color Harmonies of #2976B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2976B5

Black with #2976B5

Text Example


Text Example

White with #2976B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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