Html Css Color HEX #376D99 Lochmara

📋 copy color: '#376D99'

red 55 ◦ green 109 ◦ blue 153

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

Shades of Lochmara #376D99

Tints of Lochmara #376D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.26%

R = 17.35%
G = 34.38%
B = 48.26%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#376D99 (or 0x376D99) is known color: Lochmara. HEX triplet: 37, 6D and 99. RGB value is (55,109,153). Sum of RGB (Red+Green+Blue) = 55+109+153=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #376D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376D99 is #C89266. Grayscale: #616161. Windows color (decimal): -13144679 or 10054967. OLE color: 10054967.

HSL color Cylindrical-coordinate representation of color #376D99: hue angle of 206.94º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #376D99 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 109 153 -
CMYK 0.64 0.29 0 0.4
HSL 206.94º 0.47% 0.41% -
HSV(B) 206.94º 0.64% 0.6% -
XYZ 12.79 14.05 32.17 -
YUV 97.87 159.11 97.42 -
System Red Green Blue C M Y K H S L
Decimal 55 109 153 0.64 0.29 0 0.4 206.94 0.47 0.41
Hex 37 6D 99 40 1D 0 28 CF 2F 29
Octal 67 155 231 100 35 0 50 317 57 51
Binary 110111 1101101 10011001 1000000 11101 0 101000 11001111 101111 101001

Color Harmonies of #376D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376D99

Black with #376D99

Text Example


Text Example

White with #376D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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