Html Css Color HEX #376894 Lochmara

📋 copy color: '#376894'

red 55 ◦ green 104 ◦ blue 148

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

Shades of Lochmara #376894

Tints of Lochmara #376894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.21%

R = 17.92%
G = 33.88%
B = 48.21%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#376894 (or 0x376894) is known color: Lochmara. HEX triplet: 37, 68 and 94. RGB value is (55,104,148). Sum of RGB (Red+Green+Blue) = 55+104+148=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #376894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376894 is #C8976B. Grayscale: #5E5E5E. Windows color (decimal): -13145964 or 9726007. OLE color: 9726007.

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

Color convert

RGB 55 104 148 -
CMYK 0.63 0.30 0 0.42
HSL 208.39º 0.46% 0.4% -
HSV(B) 208.39º 0.63% 0.58% -
XYZ 11.87 12.85 29.87 -
YUV 94.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 55 104 148 0.63 0.30 0 0.42 208.39 0.46 0.4
Hex 37 68 94 3F 1E 0 2A D0 2E 28
Octal 67 150 224 77 36 0 52 320 56 50
Binary 110111 1101000 10010100 111111 11110 0 101010 11010000 101110 101000

Color Harmonies of #376894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376894

Black with #376894

Text Example


Text Example

White with #376894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376894; }

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

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

background-color css

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

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

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

border-color css

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

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

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