Html Css Color HEX #376793 Lochmara

📋 copy color: '#376793'

red 55 ◦ green 103 ◦ blue 147

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

Shades of Lochmara #376793

Tints of Lochmara #376793

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.77%

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

R = 18.03%
G = 33.77%
B = 48.2%

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

#376793 (or 0x376793) is known color: Lochmara. HEX triplet: 37, 67 and 93. RGB value is (55,103,147). Sum of RGB (Red+Green+Blue) = 55+103+147=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #376793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376793 is #C8986C. Grayscale: #5D5D5D. Windows color (decimal): -13146221 or 9660215. OLE color: 9660215.

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

Color convert

RGB 55 103 147 -
CMYK 0.63 0.30 0 0.42
HSL 208.7º 0.46% 0.4% -
HSV(B) 208.7º 0.63% 0.58% -
XYZ 11.69 12.62 29.42 -
YUV 93.66 158.1 100.42 -
System Red Green Blue C M Y K H S L
Decimal 55 103 147 0.63 0.30 0 0.42 208.7 0.46 0.4
Hex 37 67 93 3F 1E 0 2A D1 2E 28
Octal 67 147 223 77 36 0 52 321 56 50
Binary 110111 1100111 10010011 111111 11110 0 101010 11010001 101110 101000

Color Harmonies of #376793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376793

Black with #376793

Text Example


Text Example

White with #376793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376793; }

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

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

background-color css

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

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

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

border-color css

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

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

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