Html Css Color HEX #376C9C Lochmara

📋 copy color: '#376C9C'

red 55 ◦ green 108 ◦ blue 156

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

Shades of Lochmara #376C9C

Tints of Lochmara #376C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.9%

R = 17.24%
G = 33.86%
B = 48.9%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#376C9C (or 0x376C9C) is known color: Lochmara. HEX triplet: 37, 6C and 9C. RGB value is (55,108,156). Sum of RGB (Red+Green+Blue) = 55+108+156=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #376C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376C9C is #C89363. Grayscale: #616161. Windows color (decimal): -13144932 or 10251319. OLE color: 10251319.

HSL color Cylindrical-coordinate representation of color #376C9C: hue angle of 208.51º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #376C9C is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 108 156 -
CMYK 0.65 0.31 0 0.39
HSL 208.51º 0.48% 0.41% -
HSV(B) 208.51º 0.65% 0.61% -
XYZ 12.94 13.94 33.46 -
YUV 97.63 160.94 97.6 -
System Red Green Blue C M Y K H S L
Decimal 55 108 156 0.65 0.31 0 0.39 208.51 0.48 0.41
Hex 37 6C 9C 41 1F 0 27 D1 30 29
Octal 67 154 234 101 37 0 47 321 60 51
Binary 110111 1101100 10011100 1000001 11111 0 100111 11010001 110000 101001

Color Harmonies of #376C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C9C

Black with #376C9C

Text Example


Text Example

White with #376C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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