#316FA2

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

Shades of Lochmara #316FA2

Tints of Lochmara #316FA2

Color information

#316FA2 (or 0x316FA2) is unknown color: approx Lochmara. HEX triplet: 31, 6F and A2. RGB value is (49,111,162). Sum of RGB (Red+Green+Blue) = 49+111+162=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #316FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316FA2 is #CE905D. Grayscale: #626262. Windows color (decimal): -13537374 or 10645297. OLE color: 10645297.

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

Color convert

RGB49111162-
CMYK0.700.3100.36
HSL207.08º53.55%41.37%-
HSV(B)207.08º69.75%63.53%-
XYZ13.4714.6336.3-
YUV98.28163.9692.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.22%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 162 (63.67% from 255) = 50.31%
R=15.22%
G=34.47%
B=50.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491111620.700.3100.36207.0853.5541.37
Hex316FA2461F024cf3629
Octal61157242106370443176651
Binary110001110111110100010100011011111010010011001111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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