#376694

Color #376694 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #376694

Tints of Lochmara #376694

Color information

#376694 (or 0x376694) is unknown color: approx 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

RGB55102148-
CMYK0.630.3100.42
HSL209.68º45.81%39.8%-
HSV(B)209.68º62.84%58.04%-
XYZ11.6712.4529.81-
YUV93.19158.93100.76-

RGB Variations

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

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.20% from 255) = 48.52%
R=18.03%
G=33.44%
B=48.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551021480.630.3100.42209.6845.8139.8
Hex3766943F1F02Ad22e28
Octal6714622477370523225650
Binary11011111001101001010011111111111010101011010010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>