Html Css Color HEX #3176AC Lochmara

📋 copy color: '#3176AC'

red 49 ◦ green 118 ◦ blue 172

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

Shades of Lochmara #3176AC

Tints of Lochmara #3176AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 14.45%
G = 34.81%
B = 50.74%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3176AC (or 0x3176AC) is known color: Lochmara. HEX triplet: 31, 76 and AC. RGB value is (49,118,172). Sum of RGB (Red+Green+Blue) = 49+118+172=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #3176AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3176AC is #CE8953. Grayscale: #676767. Windows color (decimal): -13535572 or 11302449. OLE color: 11302449.

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

Color convert

RGB 49 118 172 -
CMYK 0.72 0.31 0 0.33
HSL 206.34º 0.56% 0.43% -
HSV(B) 206.34º 0.72% 0.67% -
XYZ 15.19 16.59 41.43 -
YUV 103.53 166.64 89.11 -
System Red Green Blue C M Y K H S L
Decimal 49 118 172 0.72 0.31 0 0.33 206.34 0.56 0.43
Hex 31 76 AC 48 1F 0 21 CE 38 2B
Octal 61 166 254 110 37 0 41 316 70 53
Binary 110001 1110110 10101100 1001000 11111 0 100001 11001110 111000 101011

Color Harmonies of #3176AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3176AC

Black with #3176AC

Text Example


Text Example

White with #3176AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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