#316893

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

Shades of Lochmara #316893

Tints of Lochmara #316893

Color information

#316893 (or 0x316893) is unknown color: approx Lochmara. HEX triplet: 31, 68 and 93. RGB value is (49,104,147). Sum of RGB (Red+Green+Blue) = 49+104+147=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #316893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316893 is #CE976C. Grayscale: #5C5C5C. Windows color (decimal): -13539181 or 9660465. OLE color: 9660465.

HSL color Cylindrical-coordinate representation of color #316893: hue angle of 206.33º 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 #316893 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49104147-
CMYK0.670.2900.42
HSL206.33º50%38.43%-
HSV(B)206.33º66.67%57.65%-
XYZ11.4812.6629.44-
YUV92.46158.7897-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.33%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 147 (57.81% from 255) = 49%
R=16.33%
G=34.67%
B=49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491041470.670.2900.42206.335038.43
Hex316893431D02Ace3226
Octal61150223103350523166246
Binary110001110100010010011100001111101010101011001110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316893; }

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

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

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

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

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

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

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

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