#377095

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

Shades of Lochmara #377095

Tints of Lochmara #377095

Color information

#377095 (or 0x377095) is unknown color: approx Lochmara. HEX triplet: 37, 70 and 95. RGB value is (55,112,149). Sum of RGB (Red+Green+Blue) = 55+112+149=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #377095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377095 is #C88F6A. Grayscale: #626262. Windows color (decimal): -13143915 or 9793591. OLE color: 9793591.

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

Color convert

RGB55112149-
CMYK0.630.2500.42
HSL203.62º46.08%40%-
HSV(B)203.62º63.09%58.43%-
XYZ12.7914.5730.57-
YUV99.18156.1296.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.41%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=17.41%
G=35.44%
B=47.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551121490.630.2500.42203.6246.0840
Hex3770953F1902Acc2e28
Octal6716022577310523145650
Binary11011111100001001010111111111001010101011001100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377095; }

 p { color: rgb(55,112,149); }

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

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

 a { background-color: rgb(55,112,149); }

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

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

 span { border-color: rgb(55,112,149); }

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