Html Css Color HEX #376694 Lochmara

📋 copy color: '#376694'

red 55 ◦ green 102 ◦ blue 148

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

Shades of Lochmara #376694

Tints of Lochmara #376694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.44%

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 18.03%
G = 33.44%
B = 48.52%

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

#376694 (or 0x376694) is known color: Lochmara. HEX triplet: 37, 66 and 94. RGB value is (55,102,148). Sum of RGB (Red+Green+Blue) = 55+102+148=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #376694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376694 is #C8996B. Grayscale: #5C5C5C. Windows color (decimal): -13146476 or 9725495. OLE color: 9725495.

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

Color convert

RGB 55 102 148 -
CMYK 0.63 0.31 0 0.42
HSL 209.68º 0.46% 0.4% -
HSV(B) 209.68º 0.63% 0.58% -
XYZ 11.67 12.45 29.81 -
YUV 93.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 55 102 148 0.63 0.31 0 0.42 209.68 0.46 0.4
Hex 37 66 94 3F 1F 0 2A D2 2E 28
Octal 67 146 224 77 37 0 52 322 56 50
Binary 110111 1100110 10010100 111111 11111 0 101010 11010010 101110 101000

Color Harmonies of #376694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376694

Black with #376694

Text Example


Text Example

White with #376694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376694; }

 p { color: rgb(55,102,148); }

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

background-color css

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

 a { background-color: rgb(55,102,148); }

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

border-color css

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

 span { border-color: rgb(55,102,148); }

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