Html Css Color HEX #376C95 Lochmara

📋 copy color: '#376C95'

red 55 ◦ green 108 ◦ blue 149

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

Shades of Lochmara #376C95

Tints of Lochmara #376C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.76%

R = 17.63%
G = 34.62%
B = 47.76%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#376C95 (or 0x376C95) is known color: Lochmara. HEX triplet: 37, 6C and 95. RGB value is (55,108,149). Sum of RGB (Red+Green+Blue) = 55+108+149=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #376C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376C95 is #C8936A. Grayscale: #606060. Windows color (decimal): -13144939 or 9792567. OLE color: 9792567.

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

Color convert

RGB 55 108 149 -
CMYK 0.63 0.28 0 0.42
HSL 206.17º 0.46% 0.4% -
HSV(B) 206.17º 0.63% 0.58% -
XYZ 12.36 13.71 30.43 -
YUV 96.83 157.44 98.17 -
System Red Green Blue C M Y K H S L
Decimal 55 108 149 0.63 0.28 0 0.42 206.17 0.46 0.4
Hex 37 6C 95 3F 1C 0 2A CE 2E 28
Octal 67 154 225 77 34 0 52 316 56 50
Binary 110111 1101100 10010101 111111 11100 0 101010 11001110 101110 101000

Color Harmonies of #376C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C95

Black with #376C95

Text Example


Text Example

White with #376C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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