Html Css Color HEX #376493 Lochmara

📋 copy color: '#376493'

red 55 ◦ green 100 ◦ blue 147

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

Shades of Lochmara #376493

Tints of Lochmara #376493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.11%

 BLUE value IS 147 (57.81% from 255) = 48.68%

R = 18.21%
G = 33.11%
B = 48.68%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#376493 (or 0x376493) is known color: Lochmara. HEX triplet: 37, 64 and 93. RGB value is (55,100,147). Sum of RGB (Red+Green+Blue) = 55+100+147=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #376493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376493 is #C89B6C. Grayscale: #5B5B5B. Windows color (decimal): -13146989 or 9659447. OLE color: 9659447.

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

Color convert

RGB 55 100 147 -
CMYK 0.63 0.32 0 0.42
HSL 210.65º 0.46% 0.4% -
HSV(B) 210.65º 0.63% 0.58% -
XYZ 11.4 12.03 29.33 -
YUV 91.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 55 100 147 0.63 0.32 0 0.42 210.65 0.46 0.4
Hex 37 64 93 3F 20 0 2A D3 2E 28
Octal 67 144 223 77 40 0 52 323 56 50
Binary 110111 1100100 10010011 111111 100000 0 101010 11010011 101110 101000

Color Harmonies of #376493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376493

Black with #376493

Text Example


Text Example

White with #376493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376493; }

 p { color: rgb(55,100,147); }

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

background-color css

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

 a { background-color: rgb(55,100,147); }

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

border-color css

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

 span { border-color: rgb(55,100,147); }

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