#376696

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

Shades of Lochmara #376696

Tints of Lochmara #376696

Color information

#376696 (or 0x376696) is unknown color: approx Lochmara. HEX triplet: 37, 66 and 96. RGB value is (55,102,150). Sum of RGB (Red+Green+Blue) = 55+102+150=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #376696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376696 is #C89969. Grayscale: #5D5D5D. Windows color (decimal): -13146474 or 9856567. OLE color: 9856567.

HSL color Cylindrical-coordinate representation of color #376696: hue angle of 210.32º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #376696 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB55102150-
CMYK0.630.3200.41
HSL210.32º46.34%40.2%-
HSV(B)210.32º63.33%58.82%-
XYZ11.8312.5230.65-
YUV93.42159.93100.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.92%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=17.92%
G=33.22%
B=48.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551021500.630.3200.41210.3246.3440.2
Hex3766963F20029d22e28
Octal6714622677400513225650
Binary110111110011010010110111111100000010100111010010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376696; }

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

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

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

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

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

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

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

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