#3172AD

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

Shades of Lochmara #3172AD

Tints of Lochmara #3172AD

Color information

#3172AD (or 0x3172AD) is unknown color: approx Lochmara. HEX triplet: 31, 72 and AD. RGB value is (49,114,173). Sum of RGB (Red+Green+Blue) = 49+114+173=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #3172AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3172AD is #CE8D52. Grayscale: #646464. Windows color (decimal): -13536595 or 11366961. OLE color: 11366961.

HSL color Cylindrical-coordinate representation of color #3172AD: hue angle of 208.55º 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 #3172AD is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB49114173-
CMYK0.720.3400.32
HSL208.55º55.86%43.53%-
HSV(B)208.55º71.68%67.84%-
XYZ14.8315.741.79-
YUV101.29168.4790.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.58%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=14.58%
G=33.93%
B=51.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491141730.720.3400.32208.5555.8643.53
Hex3172AD4822020d1382c
Octal61162255110420403217054
Binary1100011110010101011011001000100010010000011010001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3172AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3172AD; }

 p { color: rgb(49,114,173); }

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

<style>
 a { background-color: #3172AD; }

 a { background-color: rgb(49,114,173); }

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

<style>
 span { border-color: #3172AD; }

 span { border-color: rgb(49,114,173); }

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