#316693

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

Shades of Lochmara #316693

Tints of Lochmara #316693

Color information

#316693 (or 0x316693) is unknown color: approx Lochmara. HEX triplet: 31, 66 and 93. RGB value is (49,102,147). Sum of RGB (Red+Green+Blue) = 49+102+147=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #316693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316693 is #CE996C. Grayscale: #5B5B5B. Windows color (decimal): -13539693 or 9659953. OLE color: 9659953.

HSL color Cylindrical-coordinate representation of color #316693: hue angle of 207.55º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #316693 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49102147-
CMYK0.670.3100.42
HSL207.55º50%38.43%-
HSV(B)207.55º66.67%57.65%-
XYZ11.2812.2629.38-
YUV91.28159.4497.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=16.44%
G=34.23%
B=49.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491021470.670.3100.42207.555038.43
Hex316693431F02Ad03226
Octal61146223103370523206246
Binary110001110011010010011100001111111010101011010000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316693; }

 p { color: rgb(49,102,147); }

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

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

 a { background-color: rgb(49,102,147); }

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

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

 span { border-color: rgb(49,102,147); }

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