Html Css Color HEX #3976AE Lochmara

📋 copy color: '#3976AE'

red 57 ◦ green 118 ◦ blue 174

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

Shades of Lochmara #3976AE

Tints of Lochmara #3976AE

RGB

 RED value IS 57 (22.66% from 255) = 16.33%

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

 BLUE value IS 174 (68.36% from 255) = 49.86%

R = 16.33%
G = 33.81%
B = 49.86%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3976AE (or 0x3976AE) is known color: Lochmara. HEX triplet: 39, 76 and AE. RGB value is (57,118,174). Sum of RGB (Red+Green+Blue) = 57+118+174=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #3976AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3976AE is #C68951. Grayscale: #696969. Windows color (decimal): -13011282 or 11433529. OLE color: 11433529.

HSL color Cylindrical-coordinate representation of color #3976AE: hue angle of 208.72º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3976AE is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 118 174 -
CMYK 0.67 0.32 0 0.32
HSL 208.72º 0.51% 0.45% -
HSV(B) 208.72º 0.67% 0.68% -
XYZ 15.81 16.88 42.47 -
YUV 106.15 166.29 92.95 -
System Red Green Blue C M Y K H S L
Decimal 57 118 174 0.67 0.32 0 0.32 208.72 0.51 0.45
Hex 39 76 AE 43 20 0 20 D1 33 2D
Octal 71 166 256 103 40 0 40 321 63 55
Binary 111001 1110110 10101110 1000011 100000 0 100000 11010001 110011 101101

Color Harmonies of #3976AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3976AE

Black with #3976AE

Text Example


Text Example

White with #3976AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3976AE; }

 p { color: rgb(57,118,174); }

 H1.HeaderClassName
 {
   color: #3976AE;
 }
 .AnyTagClassName
 {
   color: #3976AE;
 }
</style>

background-color css

<style>
 a { background-color: #3976AE; }

 a { background-color: rgb(57,118,174); }

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

border-color css

<style>
 span { border-color: #3976AE; }

 span { border-color: rgb(57,118,174); }

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