Html Css Color HEX #376C9D Lochmara

📋 copy color: '#376C9D'

red 55 ◦ green 108 ◦ blue 157

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

Shades of Lochmara #376C9D

Tints of Lochmara #376C9D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.75%

 BLUE value IS 157 (61.72% from 255) = 49.06%

R = 17.19%
G = 33.75%
B = 49.06%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#376C9D (or 0x376C9D) is known color: Lochmara. HEX triplet: 37, 6C and 9D. RGB value is (55,108,157). Sum of RGB (Red+Green+Blue) = 55+108+157=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #376C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376C9D is #C89362. Grayscale: #616161. Windows color (decimal): -13144931 or 10316855. OLE color: 10316855.

HSL color Cylindrical-coordinate representation of color #376C9D: hue angle of 208.82º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #376C9D is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 108 157 -
CMYK 0.65 0.31 0 0.38
HSL 208.82º 0.48% 0.42% -
HSV(B) 208.82º 0.65% 0.62% -
XYZ 13.02 13.97 33.91 -
YUV 97.74 161.44 97.52 -
System Red Green Blue C M Y K H S L
Decimal 55 108 157 0.65 0.31 0 0.38 208.82 0.48 0.42
Hex 37 6C 9D 41 1F 0 26 D1 30 2A
Octal 67 154 235 101 37 0 46 321 60 52
Binary 110111 1101100 10011101 1000001 11111 0 100110 11010001 110000 101010

Color Harmonies of #376C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C9D

Black with #376C9D

Text Example


Text Example

White with #376C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,108,157); }

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

background-color css

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

 a { background-color: rgb(55,108,157); }

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

border-color css

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

 span { border-color: rgb(55,108,157); }

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