#317799

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

Shades of Lochmara #317799

Tints of Lochmara #317799

Color information

#317799 (or 0x317799) is unknown color: approx Lochmara. HEX triplet: 31, 77 and 99. RGB value is (49,119,153). Sum of RGB (Red+Green+Blue) = 49+119+153=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #317799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317799 is #CE8866. Grayscale: #656565. Windows color (decimal): -13535335 or 10057521. OLE color: 10057521.

HSL color Cylindrical-coordinate representation of color #317799: hue angle of 199.62º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #317799 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB49119153-
CMYK0.680.2200.4
HSL199.62º51.49%39.61%-
HSV(B)199.62º67.97%60%-
XYZ13.6116.1532.54-
YUV101.95156.8190.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.26%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=15.26%
G=37.07%
B=47.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal491191530.680.2200.4199.6251.4939.61
Hex3177994416028c83328
Octal61167231104260503106350
Binary110001111011110011001100010010110010100011001000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317799; }

 p { color: rgb(49,119,153); }

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

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

 a { background-color: rgb(49,119,153); }

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

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

 span { border-color: rgb(49,119,153); }

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