#316CAF

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

Shades of Lochmara #316CAF

Tints of Lochmara #316CAF

Color information

#316CAF (or 0x316CAF) is unknown color: approx Lochmara. HEX triplet: 31, 6C and AF. RGB value is (49,108,175). Sum of RGB (Red+Green+Blue) = 49+108+175=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #316CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316CAF is #CE9350. Grayscale: #616161. Windows color (decimal): -13538129 or 11496497. OLE color: 11496497.

HSL color Cylindrical-coordinate representation of color #316CAF: hue angle of 211.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #316CAF is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB49108175-
CMYK0.720.3800.31
HSL211.9º56.25%43.92%-
HSV(B)211.9º72%68.63%-
XYZ14.3714.4742.59-
YUV98171.4593.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.76%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 175 (68.75% from 255) = 52.71%
R=14.76%
G=32.53%
B=52.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491081750.720.3800.31211.956.2543.92
Hex316CAF482601Fd4382c
Octal61154257110460373247054
Binary110001110110010101111100100010011001111111010100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,108,175); }

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

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

 a { background-color: rgb(49,108,175); }

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

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

 span { border-color: rgb(49,108,175); }

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