Html Css Color HEX #376897 Lochmara

📋 copy color: '#376897'

red 55 ◦ green 104 ◦ blue 151

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

Shades of Lochmara #376897

Tints of Lochmara #376897

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

 BLUE value IS 151 (59.38% from 255) = 48.71%

R = 17.74%
G = 33.55%
B = 48.71%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#376897 (or 0x376897) is known color: Lochmara. HEX triplet: 37, 68 and 97. RGB value is (55,104,151). Sum of RGB (Red+Green+Blue) = 55+104+151=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 151 (59.38% from 255 or 48.71% from 310); Max value from RGB is 151 - color contains mainly: blue. Hex color #376897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376897 is #C89768. Grayscale: #5E5E5E. Windows color (decimal): -13145961 or 9922615. OLE color: 9922615.

HSL color Cylindrical-coordinate representation of color #376897: hue angle of 209.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #376897 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 104 151 -
CMYK 0.64 0.31 0 0.41
HSL 209.38º 0.47% 0.4% -
HSV(B) 209.38º 0.64% 0.59% -
XYZ 12.11 12.95 31.14 -
YUV 94.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 55 104 151 0.64 0.31 0 0.41 209.38 0.47 0.4
Hex 37 68 97 40 1F 0 29 D1 2F 28
Octal 67 150 227 100 37 0 51 321 57 50
Binary 110111 1101000 10010111 1000000 11111 0 101001 11010001 101111 101000

Color Harmonies of #376897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376897

Black with #376897

Text Example


Text Example

White with #376897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376897; }

 p { color: rgb(55,104,151); }

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

background-color css

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

 a { background-color: rgb(55,104,151); }

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

border-color css

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

 span { border-color: rgb(55,104,151); }

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