Html Css Color HEX #376C94 Lochmara

📋 copy color: '#376C94'

red 55 ◦ green 108 ◦ blue 148

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

Shades of Lochmara #376C94

Tints of Lochmara #376C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.59%

R = 17.68%
G = 34.73%
B = 47.59%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#376C94 (or 0x376C94) is known color: Lochmara. HEX triplet: 37, 6C and 94. RGB value is (55,108,148). Sum of RGB (Red+Green+Blue) = 55+108+148=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #376C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376C94 is #C8936B. Grayscale: #606060. Windows color (decimal): -13144940 or 9727031. OLE color: 9727031.

HSL color Cylindrical-coordinate representation of color #376C94: hue angle of 205.81º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #376C94 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 108 148 -
CMYK 0.63 0.27 0 0.42
HSL 205.81º 0.46% 0.4% -
HSV(B) 205.81º 0.63% 0.58% -
XYZ 12.28 13.68 30.01 -
YUV 96.71 156.94 98.25 -
System Red Green Blue C M Y K H S L
Decimal 55 108 148 0.63 0.27 0 0.42 205.81 0.46 0.4
Hex 37 6C 94 3F 1B 0 2A CE 2E 28
Octal 67 154 224 77 33 0 52 316 56 50
Binary 110111 1101100 10010100 111111 11011 0 101010 11001110 101110 101000

Color Harmonies of #376C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C94

Black with #376C94

Text Example


Text Example

White with #376C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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