#316FA3

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

Shades of Lochmara #316FA3

Tints of Lochmara #316FA3

Color information

#316FA3 (or 0x316FA3) is unknown color: approx Lochmara. HEX triplet: 31, 6F and A3. RGB value is (49,111,163). Sum of RGB (Red+Green+Blue) = 49+111+163=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #316FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316FA3 is #CE905C. Grayscale: #626262. Windows color (decimal): -13537373 or 10710833. OLE color: 10710833.

HSL color Cylindrical-coordinate representation of color #316FA3: hue angle of 207.37º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #316FA3 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB49111163-
CMYK0.700.3200.36
HSL207.37º53.77%41.57%-
HSV(B)207.37º69.94%63.92%-
XYZ13.5614.6736.77-
YUV98.39164.4692.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.17%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 163 (64.06% from 255) = 50.46%
R=15.17%
G=34.37%
B=50.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491111630.700.3200.36207.3753.7741.57
Hex316FA34620024cf362a
Octal61157243106400443176652
Binary1100011101111101000111000110100000010010011001111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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