#316F98

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

Shades of Lochmara #316F98

Tints of Lochmara #316F98

Color information

#316F98 (or 0x316F98) is unknown color: approx Lochmara. HEX triplet: 31, 6F and 98. RGB value is (49,111,152). Sum of RGB (Red+Green+Blue) = 49+111+152=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #316F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316F98 is #CE9067. Grayscale: #606060. Windows color (decimal): -13537384 or 9989937. OLE color: 9989937.

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

Color convert

RGB49111152-
CMYK0.680.2700.40
HSL203.88º51.24%39.41%-
HSV(B)203.88º67.76%59.61%-
XYZ12.6214.2931.8-
YUV97.14158.9693.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.71%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 152 (59.77% from 255) = 48.72%
R=15.71%
G=35.58%
B=48.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491111520.680.2700.40203.8851.2439.41
Hex316F98441B028cc3327
Octal61157230104330503146347
Binary110001110111110011000100010011011010100011001100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316F98; }

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

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

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

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

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

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

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

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