Html Css Color HEX #376B99 Lochmara

📋 copy color: '#376B99'

red 55 ◦ green 107 ◦ blue 153

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

Shades of Lochmara #376B99

Tints of Lochmara #376B99

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.97%

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

R = 17.46%
G = 33.97%
B = 48.57%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#376B99 (or 0x376B99) is known color: Lochmara. HEX triplet: 37, 6B and 99. RGB value is (55,107,153). Sum of RGB (Red+Green+Blue) = 55+107+153=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #376B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376B99 is #C89466. Grayscale: #606060. Windows color (decimal): -13145191 or 10054455. OLE color: 10054455.

HSL color Cylindrical-coordinate representation of color #376B99: hue angle of 208.16º 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 #376B99 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 107 153 -
CMYK 0.64 0.30 0 0.4
HSL 208.16º 0.47% 0.41% -
HSV(B) 208.16º 0.64% 0.6% -
XYZ 12.58 13.63 32.1 -
YUV 96.7 159.77 98.26 -
System Red Green Blue C M Y K H S L
Decimal 55 107 153 0.64 0.30 0 0.4 208.16 0.47 0.41
Hex 37 6B 99 40 1E 0 28 D0 2F 29
Octal 67 153 231 100 36 0 50 320 57 51
Binary 110111 1101011 10011001 1000000 11110 0 101000 11010000 101111 101001

Color Harmonies of #376B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376B99

Black with #376B99

Text Example


Text Example

White with #376B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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