Html Css Color HEX #376DA6 Lochmara

📋 copy color: '#376DA6'

red 55 ◦ green 109 ◦ blue 166

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

Shades of Lochmara #376DA6

Tints of Lochmara #376DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50.3%

R = 16.67%
G = 33.03%
B = 50.3%

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

#376DA6 (or 0x376DA6) is known color: Lochmara. HEX triplet: 37, 6D and A6. RGB value is (55,109,166). Sum of RGB (Red+Green+Blue) = 55+109+166=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 166 (65.23% from 255 or 50.30% from 330); Max value from RGB is 166 - color contains mainly: blue. Hex color #376DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376DA6 is #C89259. Grayscale: #636363. Windows color (decimal): -13144666 or 10906935. OLE color: 10906935.

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

Color convert

RGB 55 109 166 -
CMYK 0.67 0.34 0 0.35
HSL 210.81º 0.5% 0.43% -
HSV(B) 210.81º 0.67% 0.65% -
XYZ 13.93 14.5 38.14 -
YUV 99.35 165.61 96.37 -
System Red Green Blue C M Y K H S L
Decimal 55 109 166 0.67 0.34 0 0.35 210.81 0.5 0.43
Hex 37 6D A6 43 22 0 23 D3 32 2B
Octal 67 155 246 103 42 0 43 323 62 53
Binary 110111 1101101 10100110 1000011 100010 0 100011 11010011 110010 101011

Color Harmonies of #376DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376DA6

Black with #376DA6

Text Example


Text Example

White with #376DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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