Html Css Color HEX #376895 Lochmara

📋 copy color: '#376895'

red 55 ◦ green 104 ◦ blue 149

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

Shades of Lochmara #376895

Tints of Lochmara #376895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.38%

R = 17.86%
G = 33.77%
B = 48.38%

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

#376895 (or 0x376895) is known color: Lochmara. HEX triplet: 37, 68 and 95. RGB value is (55,104,149). Sum of RGB (Red+Green+Blue) = 55+104+149=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #376895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376895 is #C8976A. Grayscale: #5E5E5E. Windows color (decimal): -13145963 or 9791543. OLE color: 9791543.

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

Color convert

RGB 55 104 149 -
CMYK 0.63 0.30 0 0.42
HSL 208.72º 0.46% 0.4% -
HSV(B) 208.72º 0.63% 0.58% -
XYZ 11.95 12.88 30.29 -
YUV 94.48 158.77 99.84 -
System Red Green Blue C M Y K H S L
Decimal 55 104 149 0.63 0.30 0 0.42 208.72 0.46 0.4
Hex 37 68 95 3F 1E 0 2A D1 2E 28
Octal 67 150 225 77 36 0 52 321 56 50
Binary 110111 1101000 10010101 111111 11110 0 101010 11010001 101110 101000

Color Harmonies of #376895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376895

Black with #376895

Text Example


Text Example

White with #376895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376895; }

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

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

background-color css

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

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

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

border-color css

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

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

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