Html Css Color HEX #376D96 Lochmara

📋 copy color: '#376D96'

red 55 ◦ green 109 ◦ blue 150

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

Shades of Lochmara #376D96

Tints of Lochmara #376D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.77%

R = 17.52%
G = 34.71%
B = 47.77%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#376D96 (or 0x376D96) is known color: Lochmara. HEX triplet: 37, 6D and 96. RGB value is (55,109,150). Sum of RGB (Red+Green+Blue) = 55+109+150=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #376D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376D96 is #C89269. Grayscale: #616161. Windows color (decimal): -13144682 or 9858359. OLE color: 9858359.

HSL color Cylindrical-coordinate representation of color #376D96: hue angle of 205.89º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #376D96 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 109 150 -
CMYK 0.63 0.27 0 0.41
HSL 205.89º 0.46% 0.4% -
HSV(B) 205.89º 0.63% 0.59% -
XYZ 12.55 13.95 30.89 -
YUV 97.53 157.61 97.67 -
System Red Green Blue C M Y K H S L
Decimal 55 109 150 0.63 0.27 0 0.41 205.89 0.46 0.4
Hex 37 6D 96 3F 1B 0 29 CE 2E 28
Octal 67 155 226 77 33 0 51 316 56 50
Binary 110111 1101101 10010110 111111 11011 0 101001 11001110 101110 101000

Color Harmonies of #376D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376D96

Black with #376D96

Text Example


Text Example

White with #376D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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