#316FA4

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

Shades of Lochmara #316FA4

Tints of Lochmara #316FA4

Color information

#316FA4 (or 0x316FA4) is unknown color: approx Lochmara. HEX triplet: 31, 6F and A4. RGB value is (49,111,164). Sum of RGB (Red+Green+Blue) = 49+111+164=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #316FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316FA4 is #CE905B. Grayscale: #626262. Windows color (decimal): -13537372 or 10776369. OLE color: 10776369.

HSL color Cylindrical-coordinate representation of color #316FA4: hue angle of 207.65º 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 #316FA4 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB49111164-
CMYK0.700.3200.36
HSL207.65º53.99%41.76%-
HSV(B)207.65º70.12%64.31%-
XYZ13.6514.737.24-
YUV98.5164.9692.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.12%
GREEN value IS 111 (43.75% from 255) = 34.26%
BLUE value IS 164 (64.45% from 255) = 50.62%
R=15.12%
G=34.26%
B=50.62%

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
Decimal491111640.700.3200.36207.6553.9941.76
Hex316FA44620024d0362a
Octal61157244106400443206652
Binary1100011101111101001001000110100000010010011010000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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