Html Css Color HEX #376D9B Lochmara

📋 copy color: '#376D9B'

red 55 ◦ green 109 ◦ blue 155

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

Shades of Lochmara #376D9B

Tints of Lochmara #376D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.59%

R = 17.24%
G = 34.17%
B = 48.59%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#376D9B (or 0x376D9B) is known color: Lochmara. HEX triplet: 37, 6D and 9B. RGB value is (55,109,155). Sum of RGB (Red+Green+Blue) = 55+109+155=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #376D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376D9B is #C89264. Grayscale: #616161. Windows color (decimal): -13144677 or 10186039. OLE color: 10186039.

HSL color Cylindrical-coordinate representation of color #376D9B: hue angle of 207.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #376D9B is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 109 155 -
CMYK 0.65 0.30 0 0.39
HSL 207.6º 0.48% 0.41% -
HSV(B) 207.6º 0.65% 0.61% -
XYZ 12.96 14.12 33.05 -
YUV 98.1 160.11 97.26 -
System Red Green Blue C M Y K H S L
Decimal 55 109 155 0.65 0.30 0 0.39 207.6 0.48 0.41
Hex 37 6D 9B 41 1E 0 27 D0 30 29
Octal 67 155 233 101 36 0 47 320 60 51
Binary 110111 1101101 10011011 1000001 11110 0 100111 11010000 110000 101001

Color Harmonies of #376D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376D9B

Black with #376D9B

Text Example


Text Example

White with #376D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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