Html Css Color HEX #376C9A Lochmara

📋 copy color: '#376C9A'

red 55 ◦ green 108 ◦ blue 154

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

Shades of Lochmara #376C9A

Tints of Lochmara #376C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.58%

R = 17.35%
G = 34.07%
B = 48.58%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#376C9A (or 0x376C9A) is known color: Lochmara. HEX triplet: 37, 6C and 9A. RGB value is (55,108,154). Sum of RGB (Red+Green+Blue) = 55+108+154=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 154 - color contains mainly: blue. Hex color #376C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376C9A is #C89365. Grayscale: #616161. Windows color (decimal): -13144934 or 10120247. OLE color: 10120247.

HSL color Cylindrical-coordinate representation of color #376C9A: hue angle of 207.88º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #376C9A is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 108 154 -
CMYK 0.64 0.30 0 0.40
HSL 207.88º 0.47% 0.41% -
HSV(B) 207.88º 0.64% 0.6% -
XYZ 12.77 13.87 32.58 -
YUV 97.4 159.94 97.76 -
System Red Green Blue C M Y K H S L
Decimal 55 108 154 0.64 0.30 0 0.40 207.88 0.47 0.41
Hex 37 6C 9A 40 1E 0 28 D0 2F 29
Octal 67 154 232 100 36 0 50 320 57 51
Binary 110111 1101100 10011010 1000000 11110 0 101000 11010000 101111 101001

Color Harmonies of #376C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C9A

Black with #376C9A

Text Example


Text Example

White with #376C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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