#377297

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

Shades of Lochmara #377297

Tints of Lochmara #377297

Color information

#377297 (or 0x377297) is unknown color: approx Lochmara. HEX triplet: 37, 72 and 97. RGB value is (55,114,151). Sum of RGB (Red+Green+Blue) = 55+114+151=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #377297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377297 is #C88D68. Grayscale: #646464. Windows color (decimal): -13143401 or 9925175. OLE color: 9925175.

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

Color convert

RGB55114151-
CMYK0.640.2500.41
HSL203.12º46.6%40.39%-
HSV(B)203.12º63.58%59.22%-
XYZ13.1815.0831.49-
YUV100.58156.4595.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.19%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 151 (59.38% from 255) = 47.19%
R=17.19%
G=35.62%
B=47.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551141510.640.2500.41203.1246.640.39
Hex3772974019029cb2f28
Octal67162227100310513135750
Binary110111111001010010111100000011001010100111001011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377297; }

 p { color: rgb(55,114,151); }

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

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

 a { background-color: rgb(55,114,151); }

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

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

 span { border-color: rgb(55,114,151); }

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