#376692

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

Shades of Lochmara #376692

Tints of Lochmara #376692

Color information

#376692 (or 0x376692) is unknown color: approx Lochmara. HEX triplet: 37, 66 and 92. RGB value is (55,102,146). Sum of RGB (Red+Green+Blue) = 55+102+146=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #376692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376692 is #C8996D. Grayscale: #5C5C5C. Windows color (decimal): -13146478 or 9594423. OLE color: 9594423.

HSL color Cylindrical-coordinate representation of color #376692: hue angle of 209.01º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #376692 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB55102146-
CMYK0.620.3000.43
HSL209.01º45.27%39.41%-
HSV(B)209.01º62.33%57.25%-
XYZ11.5212.3928.98-
YUV92.96157.93100.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.15%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 146 (57.42% from 255) = 48.18%
R=18.15%
G=33.66%
B=48.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551021460.620.3000.43209.0145.2739.41
Hex3766923E1E02Bd12d27
Octal6714622276360533215547
Binary11011111001101001001011111011110010101111010001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376692; }

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

 H1.HeaderClassName
 {
   color: #376692;
 }
 .AnyTagClassName
 {
   color: #376692;
 }
</style>
background-color css

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

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

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

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

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

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