Html Css Color HEX #376593 Lochmara

📋 copy color: '#376593'

red 55 ◦ green 101 ◦ blue 147

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

Shades of Lochmara #376593

Tints of Lochmara #376593

RGB

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

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

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

R = 18.15%
G = 33.33%
B = 48.51%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#376593 (or 0x376593) is known color: Lochmara. HEX triplet: 37, 65 and 93. RGB value is (55,101,147). Sum of RGB (Red+Green+Blue) = 55+101+147=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #376593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376593 is #C89A6C. Grayscale: #5C5C5C. Windows color (decimal): -13146733 or 9659703. OLE color: 9659703.

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

Color convert

RGB 55 101 147 -
CMYK 0.63 0.31 0 0.42
HSL 210º 0.46% 0.4% -
HSV(B) 210º 0.63% 0.58% -
XYZ 11.5 12.23 29.36 -
YUV 92.49 158.76 101.26 -
System Red Green Blue C M Y K H S L
Decimal 55 101 147 0.63 0.31 0 0.42 210 0.46 0.4
Hex 37 65 93 3F 1F 0 2A D2 2E 28
Octal 67 145 223 77 37 0 52 322 56 50
Binary 110111 1100101 10010011 111111 11111 0 101010 11010010 101110 101000

Color Harmonies of #376593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376593

Black with #376593

Text Example


Text Example

White with #376593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376593; }

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

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

background-color css

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

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

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

border-color css

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

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

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