#316298

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

Shades of Lochmara #316298

Tints of Lochmara #316298

Color information

#316298 (or 0x316298) is unknown color: approx Lochmara. HEX triplet: 31, 62 and 98. RGB value is (49,98,152). Sum of RGB (Red+Green+Blue) = 49+98+152=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #316298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316298 is #CE9D67. Grayscale: #595959. Windows color (decimal): -13540712 or 9986609. OLE color: 9986609.

HSL color Cylindrical-coordinate representation of color #316298: hue angle of 211.46º 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 #316298 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4998152-
CMYK0.680.3600.40
HSL211.46º51.24%39.41%-
HSV(B)211.46º67.76%59.61%-
XYZ11.311.6631.36-
YUV89.5163.2799.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 152 (59.77% from 255) = 50.84%
R=16.39%
G=32.78%
B=50.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49981520.680.3600.40211.4651.2439.41
Hex3162984424028d33327
Octal61142230104440503236347
Binary1100011100010100110001000100100100010100011010011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316298; }

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

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

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

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

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

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

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

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