#316FAC

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

Shades of Lochmara #316FAC

Tints of Lochmara #316FAC

Color information

#316FAC (or 0x316FAC) is unknown color: approx Lochmara. HEX triplet: 31, 6F and AC. RGB value is (49,111,172). Sum of RGB (Red+Green+Blue) = 49+111+172=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #316FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316FAC is #CE9053. Grayscale: #636363. Windows color (decimal): -13537364 or 11300657. OLE color: 11300657.

HSL color Cylindrical-coordinate representation of color #316FAC: hue angle of 209.76º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #316FAC is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB49111172-
CMYK0.720.3500.33
HSL209.76º55.66%43.33%-
HSV(B)209.76º71.51%67.45%-
XYZ14.41541.17-
YUV99.42168.9692.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.76%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 172 (67.58% from 255) = 51.81%
R=14.76%
G=33.43%
B=51.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal491111720.720.3500.33209.7655.6643.33
Hex316FAC4823021d2382b
Octal61157254110430413227053
Binary1100011101111101011001001000100011010000111010010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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