#3168B1

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

Shades of Lochmara #3168B1

Tints of Lochmara #3168B1

Color information

#3168B1 (or 0x3168B1) is unknown color: approx Lochmara. HEX triplet: 31, 68 and B1. RGB value is (49,104,177). Sum of RGB (Red+Green+Blue) = 49+104+177=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 177 (69.53% from 255 or 53.64% from 330); Max value from RGB is 177 - color contains mainly: blue. Hex color #3168B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3168B1 is #CE974E. Grayscale: #5F5F5F. Windows color (decimal): -13539151 or 11626545. OLE color: 11626545.

HSL color Cylindrical-coordinate representation of color #3168B1: hue angle of 214.22º degrees, saturation: 0.57, 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 #3168B1 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB49104177-
CMYK0.720.4100.31
HSL214.22º56.64%44.31%-
HSV(B)214.22º72.32%69.41%-
XYZ14.1513.7343.5-
YUV95.88173.7894.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.85%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 177 (69.53% from 255) = 53.64%
R=14.85%
G=31.52%
B=53.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491041770.720.4100.31214.2256.6444.31
Hex3168B1482901Fd6392c
Octal61150261110510373267154
Binary110001110100010110001100100010100101111111010110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3168B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3168B1; }

 p { color: rgb(49,104,177); }

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

<style>
 a { background-color: #3168B1; }

 a { background-color: rgb(49,104,177); }

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

<style>
 span { border-color: #3168B1; }

 span { border-color: rgb(49,104,177); }

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