#3170AE

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

Shades of Lochmara #3170AE

Tints of Lochmara #3170AE

Color information

#3170AE (or 0x3170AE) is unknown color: approx Lochmara. HEX triplet: 31, 70 and AE. RGB value is (49,112,174). Sum of RGB (Red+Green+Blue) = 49+112+174=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #3170AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3170AE is #CE8F51. Grayscale: #636363. Windows color (decimal): -13537106 or 11431985. OLE color: 11431985.

HSL color Cylindrical-coordinate representation of color #3170AE: hue angle of 209.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3170AE is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB49112174-
CMYK0.720.3600.32
HSL209.76º56.05%43.73%-
HSV(B)209.76º71.84%68.24%-
XYZ14.715.342.22-
YUV100.23169.6391.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.63%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=14.63%
G=33.43%
B=51.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491121740.720.3600.32209.7656.0543.73
Hex3170AE4824020d2382c
Octal61160256110440403227054
Binary1100011110000101011101001000100100010000011010010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3170AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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