Html Css Color HEX #376C96 Lochmara

📋 copy color: '#376C96'

red 55 ◦ green 108 ◦ blue 150

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

Shades of Lochmara #376C96

Tints of Lochmara #376C96

RGB

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

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

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

R = 17.57%
G = 34.5%
B = 47.92%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#376C96 (or 0x376C96) is known color: Lochmara. HEX triplet: 37, 6C and 96. RGB value is (55,108,150). Sum of RGB (Red+Green+Blue) = 55+108+150=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #376C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376C96 is #C89369. Grayscale: #606060. Windows color (decimal): -13144938 or 9858103. OLE color: 9858103.

HSL color Cylindrical-coordinate representation of color #376C96: hue angle of 206.53º 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 #376C96 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 108 150 -
CMYK 0.63 0.28 0 0.41
HSL 206.53º 0.46% 0.4% -
HSV(B) 206.53º 0.63% 0.59% -
XYZ 12.44 13.74 30.85 -
YUV 96.94 157.94 98.08 -
System Red Green Blue C M Y K H S L
Decimal 55 108 150 0.63 0.28 0 0.41 206.53 0.46 0.4
Hex 37 6C 96 3F 1C 0 29 CF 2E 28
Octal 67 154 226 77 34 0 51 317 56 50
Binary 110111 1101100 10010110 111111 11100 0 101001 11001111 101110 101000

Color Harmonies of #376C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C96

Black with #376C96

Text Example


Text Example

White with #376C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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