Html Css Color HEX #376DA7 Lochmara

📋 copy color: '#376DA7'

red 55 ◦ green 109 ◦ blue 167

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

Shades of Lochmara #376DA7

Tints of Lochmara #376DA7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.93%

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

R = 16.62%
G = 32.93%
B = 50.45%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#376DA7 (or 0x376DA7) is known color: Lochmara. HEX triplet: 37, 6D and A7. RGB value is (55,109,167). Sum of RGB (Red+Green+Blue) = 55+109+167=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 167 (65.62% from 255 or 50.45% from 331); Max value from RGB is 167 - color contains mainly: blue. Hex color #376DA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376DA7 is #C89258. Grayscale: #636363. Windows color (decimal): -13144665 or 10972471. OLE color: 10972471.

HSL color Cylindrical-coordinate representation of color #376DA7: hue angle of 211.07º 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 #376DA7 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 55 109 167 -
CMYK 0.67 0.35 0 0.35
HSL 211.07º 0.5% 0.44% -
HSV(B) 211.07º 0.67% 0.65% -
XYZ 14.02 14.54 38.63 -
YUV 99.47 166.11 96.28 -
System Red Green Blue C M Y K H S L
Decimal 55 109 167 0.67 0.35 0 0.35 211.07 0.5 0.44
Hex 37 6D A7 43 23 0 23 D3 32 2C
Octal 67 155 247 103 43 0 43 323 62 54
Binary 110111 1101101 10100111 1000011 100011 0 100011 11010011 110010 101100

Color Harmonies of #376DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376DA7

Black with #376DA7

Text Example


Text Example

White with #376DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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