#316692

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

Shades of Lochmara #316692

Tints of Lochmara #316692

Color information

#316692 (or 0x316692) is unknown color: approx Lochmara. HEX triplet: 31, 66 and 92. RGB value is (49,102,146). Sum of RGB (Red+Green+Blue) = 49+102+146=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #316692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316692 is #CE996D. Grayscale: #5A5A5A. Windows color (decimal): -13539694 or 9594417. OLE color: 9594417.

HSL color Cylindrical-coordinate representation of color #316692: hue angle of 207.22º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #316692 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB49102146-
CMYK0.660.3000.43
HSL207.22º49.74%38.24%-
HSV(B)207.22º66.44%57.25%-
XYZ11.2112.2328.96-
YUV91.17158.9497.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.50%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=16.50%
G=34.34%
B=49.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491021460.660.3000.43207.2249.7438.24
Hex316692421E02Bcf3226
Octal61146222102360533176246
Binary110001110011010010010100001011110010101111001111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316692; }

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

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

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

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

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

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

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

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