#316998

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

Shades of Lochmara #316998

Tints of Lochmara #316998

Color information

#316998 (or 0x316998) is unknown color: approx Lochmara. HEX triplet: 31, 69 and 98. RGB value is (49,105,152). Sum of RGB (Red+Green+Blue) = 49+105+152=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #316998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316998 is #CE9667. Grayscale: #5D5D5D. Windows color (decimal): -13538920 or 9988401. OLE color: 9988401.

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

Color convert

RGB49105152-
CMYK0.680.3100.40
HSL207.38º51.24%39.41%-
HSV(B)207.38º67.76%59.61%-
XYZ11.9913.0231.59-
YUV93.61160.9596.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 152 (59.77% from 255) = 49.67%
R=16.01%
G=34.31%
B=49.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491051520.680.3100.40207.3851.2439.41
Hex316998441F028cf3327
Octal61151230104370503176347
Binary110001110100110011000100010011111010100011001111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316998; }

 p { color: rgb(49,105,152); }

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

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

 a { background-color: rgb(49,105,152); }

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

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

 span { border-color: rgb(49,105,152); }

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