Html Css Color HEX #376FA7 Lochmara

📋 copy color: '#376FA7'

red 55 ◦ green 111 ◦ blue 167

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

Shades of Lochmara #376FA7

Tints of Lochmara #376FA7

RGB

 RED value IS 55 (21.88% from 255) = 16.52%

 GREEN value IS 111 (43.75% from 255) = 33.33%

 BLUE value IS 167 (65.63% from 255) = 50.15%

R = 16.52%
G = 33.33%
B = 50.15%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#376FA7 (or 0x376FA7) is known color: Lochmara. HEX triplet: 37, 6F and A7. RGB value is (55,111,167). Sum of RGB (Red+Green+Blue) = 55+111+167=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 167 (65.62% from 255 or 50.15% from 333); Max value from RGB is 167 - color contains mainly: blue. Hex color #376FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376FA7 is #C89058. Grayscale: #646464. Windows color (decimal): -13144153 or 10972983. OLE color: 10972983.

HSL color Cylindrical-coordinate representation of color #376FA7: hue angle of 210º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #376FA7 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 55 111 167 -
CMYK 0.67 0.34 0 0.35
HSL 210º 0.5% 0.44% -
HSV(B) 210º 0.67% 0.65% -
XYZ 14.24 14.97 38.7 -
YUV 100.64 165.45 95.45 -
System Red Green Blue C M Y K H S L
Decimal 55 111 167 0.67 0.34 0 0.35 210 0.5 0.44
Hex 37 6F A7 43 22 0 23 D2 32 2C
Octal 67 157 247 103 42 0 43 322 62 54
Binary 110111 1101111 10100111 1000011 100010 0 100011 11010010 110010 101100

Color Harmonies of #376FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376FA7

Black with #376FA7

Text Example


Text Example

White with #376FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376FA7; }

 p { color: rgb(55,111,167); }

 H1.HeaderClassName
 {
   color: #376FA7;
 }
 .AnyTagClassName
 {
   color: #376FA7;
 }
</style>

background-color css

<style>
 a { background-color: #376FA7; }

 a { background-color: rgb(55,111,167); }

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

border-color css

<style>
 span { border-color: #376FA7; }

 span { border-color: rgb(55,111,167); }

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