Html Css Color HEX #376591 Lochmara

📋 copy color: '#376591'

red 55 ◦ green 101 ◦ blue 145

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

Shades of Lochmara #376591

Tints of Lochmara #376591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.55%

 BLUE value IS 145 (57.03% from 255) = 48.17%

R = 18.27%
G = 33.55%
B = 48.17%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#376591 (or 0x376591) is known color: Lochmara. HEX triplet: 37, 65 and 91. RGB value is (55,101,145). Sum of RGB (Red+Green+Blue) = 55+101+145=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #376591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376591 is #C89A6E. Grayscale: #5C5C5C. Windows color (decimal): -13146735 or 9528631. OLE color: 9528631.

HSL color Cylindrical-coordinate representation of color #376591: hue angle of 209.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #376591 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 101 145 -
CMYK 0.62 0.30 0 0.43
HSL 209.33º 0.45% 0.39% -
HSV(B) 209.33º 0.62% 0.57% -
XYZ 11.34 12.16 28.54 -
YUV 92.26 157.76 101.42 -
System Red Green Blue C M Y K H S L
Decimal 55 101 145 0.62 0.30 0 0.43 209.33 0.45 0.39
Hex 37 65 91 3E 1E 0 2B D1 2D 27
Octal 67 145 221 76 36 0 53 321 55 47
Binary 110111 1100101 10010001 111110 11110 0 101011 11010001 101101 100111

Color Harmonies of #376591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376591

Black with #376591

Text Example


Text Example

White with #376591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376591; }

 p { color: rgb(55,101,145); }

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

background-color css

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

 a { background-color: rgb(55,101,145); }

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

border-color css

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

 span { border-color: rgb(55,101,145); }

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