#377299

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

Shades of Lochmara #377299

Tints of Lochmara #377299

Color information

#377299 (or 0x377299) is unknown color: approx Lochmara. HEX triplet: 37, 72 and 99. RGB value is (55,114,153). Sum of RGB (Red+Green+Blue) = 55+114+153=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #377299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377299 is #C88D66. Grayscale: #646464. Windows color (decimal): -13143399 or 10056247. OLE color: 10056247.

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

Color convert

RGB55114153-
CMYK0.640.2500.4
HSL203.88º47.12%40.78%-
HSV(B)203.88º64.05%60%-
XYZ13.3415.1532.36-
YUV100.8157.4595.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.08%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=17.08%
G=35.40%
B=47.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551141530.640.2500.4203.8847.1240.78
Hex3772994019028cc2f29
Octal67162231100310503145751
Binary110111111001010011001100000011001010100011001100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377299; }

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

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

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

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

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

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

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

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