Html Css Color HEX #3171AD Lochmara

📋 copy color: '#3171AD'

red 49 ◦ green 113 ◦ blue 173

#3171AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #3171AD

Tints of Lochmara #3171AD

RGB

 RED value IS 49 (19.53% from 255) = 14.63%

 GREEN value IS 113 (44.53% from 255) = 33.73%

 BLUE value IS 173 (67.97% from 255) = 51.64%

R = 14.63%
G = 33.73%
B = 51.64%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3171AD (or 0x3171AD) is known color: Lochmara. HEX triplet: 31, 71 and AD. RGB value is (49,113,173). Sum of RGB (Red+Green+Blue) = 49+113+173=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #3171AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3171AD is #CE8E52. Grayscale: #646464. Windows color (decimal): -13536851 or 11366705. OLE color: 11366705.

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

Color convert

RGB 49 113 173 -
CMYK 0.72 0.35 0 0.32
HSL 209.03º 0.56% 0.44% -
HSV(B) 209.03º 0.72% 0.68% -
XYZ 14.71 15.48 41.75 -
YUV 100.7 168.8 91.12 -
System Red Green Blue C M Y K H S L
Decimal 49 113 173 0.72 0.35 0 0.32 209.03 0.56 0.44
Hex 31 71 AD 48 23 0 20 D1 38 2C
Octal 61 161 255 110 43 0 40 321 70 54
Binary 110001 1110001 10101101 1001000 100011 0 100000 11010001 111000 101100

Color Harmonies of #3171AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3171AD

Black with #3171AD

Text Example


Text Example

White with #3171AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3171AD;
 }
 .AnyTagClassName
 {
   color: #3171AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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