#377298

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

Shades of Lochmara #377298

Tints of Lochmara #377298

Color information

#377298 (or 0x377298) is unknown color: approx Lochmara. HEX triplet: 37, 72 and 98. RGB value is (55,114,152). Sum of RGB (Red+Green+Blue) = 55+114+152=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #377298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377298 is #C88D67. Grayscale: #646464. Windows color (decimal): -13143400 or 9990711. OLE color: 9990711.

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

Color convert

RGB55114152-
CMYK0.640.2500.40
HSL203.51º46.86%40.59%-
HSV(B)203.51º63.82%59.61%-
XYZ13.2615.1131.92-
YUV100.69156.9595.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 152 (59.77% from 255) = 47.35%
R=17.13%
G=35.51%
B=47.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551141520.640.2500.40203.5146.8640.59
Hex3772984019028cc2f29
Octal67162230100310503145751
Binary110111111001010011000100000011001010100011001100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377298; }

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

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

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

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

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

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

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

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