Html Css Color HEX #376C9F Lochmara

📋 copy color: '#376C9F'

red 55 ◦ green 108 ◦ blue 159

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

Shades of Lochmara #376C9F

Tints of Lochmara #376C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.38%

R = 17.08%
G = 33.54%
B = 49.38%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#376C9F (or 0x376C9F) is known color: Lochmara. HEX triplet: 37, 6C and 9F. RGB value is (55,108,159). Sum of RGB (Red+Green+Blue) = 55+108+159=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #376C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376C9F is #C89360. Grayscale: #616161. Windows color (decimal): -13144929 or 10447927. OLE color: 10447927.

HSL color Cylindrical-coordinate representation of color #376C9F: hue angle of 209.42º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #376C9F is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 108 159 -
CMYK 0.65 0.32 0 0.38
HSL 209.42º 0.49% 0.42% -
HSV(B) 209.42º 0.65% 0.62% -
XYZ 13.2 14.04 34.82 -
YUV 97.97 162.44 97.35 -
System Red Green Blue C M Y K H S L
Decimal 55 108 159 0.65 0.32 0 0.38 209.42 0.49 0.42
Hex 37 6C 9F 41 20 0 26 D1 31 2A
Octal 67 154 237 101 40 0 46 321 61 52
Binary 110111 1101100 10011111 1000001 100000 0 100110 11010001 110001 101010

Color Harmonies of #376C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C9F

Black with #376C9F

Text Example


Text Example

White with #376C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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