Html Css Color HEX #3176AB Lochmara

📋 copy color: '#3176AB'

red 49 ◦ green 118 ◦ blue 171

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

Shades of Lochmara #3176AB

Tints of Lochmara #3176AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.91%

 BLUE value IS 171 (67.19% from 255) = 50.59%

R = 14.5%
G = 34.91%
B = 50.59%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3176AB (or 0x3176AB) is known color: Lochmara. HEX triplet: 31, 76 and AB. RGB value is (49,118,171). Sum of RGB (Red+Green+Blue) = 49+118+171=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #3176AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3176AB is #CE8954. Grayscale: #676767. Windows color (decimal): -13535573 or 11236913. OLE color: 11236913.

HSL color Cylindrical-coordinate representation of color #3176AB: hue angle of 206.07º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3176AB is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 118 171 -
CMYK 0.71 0.31 0 0.33
HSL 206.07º 0.55% 0.43% -
HSV(B) 206.07º 0.71% 0.67% -
XYZ 15.1 16.55 40.93 -
YUV 103.41 166.14 89.19 -
System Red Green Blue C M Y K H S L
Decimal 49 118 171 0.71 0.31 0 0.33 206.07 0.55 0.43
Hex 31 76 AB 47 1F 0 21 CE 37 2B
Octal 61 166 253 107 37 0 41 316 67 53
Binary 110001 1110110 10101011 1000111 11111 0 100001 11001110 110111 101011

Color Harmonies of #3176AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3176AB

Black with #3176AB

Text Example


Text Example

White with #3176AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3176AB; }

 p { color: rgb(49,118,171); }

 H1.HeaderClassName
 {
   color: #3176AB;
 }
 .AnyTagClassName
 {
   color: #3176AB;
 }
</style>

background-color css

<style>
 a { background-color: #3176AB; }

 a { background-color: rgb(49,118,171); }

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

border-color css

<style>
 span { border-color: #3176AB; }

 span { border-color: rgb(49,118,171); }

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