#3170AC

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

Shades of Lochmara #3170AC

Tints of Lochmara #3170AC

Color information

#3170AC (or 0x3170AC) is unknown color: approx Lochmara. HEX triplet: 31, 70 and AC. RGB value is (49,112,172). Sum of RGB (Red+Green+Blue) = 49+112+172=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #3170AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3170AC is #CE8F53. Grayscale: #636363. Windows color (decimal): -13537108 or 11300913. OLE color: 11300913.

HSL color Cylindrical-coordinate representation of color #3170AC: hue angle of 209.27º 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 #3170AC is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB49112172-
CMYK0.720.3500.33
HSL209.27º55.66%43.33%-
HSV(B)209.27º71.51%67.45%-
XYZ14.5115.2241.2-
YUV100168.6391.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.71%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 172 (67.58% from 255) = 51.65%
R=14.71%
G=33.63%
B=51.65%

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
Decimal491121720.720.3500.33209.2755.6643.33
Hex3170AC4823021d1382b
Octal61160254110430413217053
Binary1100011110000101011001001000100011010000111010001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3170AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3170AC; }

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

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

<style>
 a { background-color: #3170AC; }

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

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

<style>
 span { border-color: #3170AC; }

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

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