Html Css Color HEX #3178AA Lochmara

📋 copy color: '#3178AA'

red 49 ◦ green 120 ◦ blue 170

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

Shades of Lochmara #3178AA

Tints of Lochmara #3178AA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.4%

 BLUE value IS 170 (66.8% from 255) = 50.15%

R = 14.45%
G = 35.4%
B = 50.15%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3178AA (or 0x3178AA) is known color: Lochmara. HEX triplet: 31, 78 and AA. RGB value is (49,120,170). Sum of RGB (Red+Green+Blue) = 49+120+170=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #3178AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3178AA is #CE8755. Grayscale: #686868. Windows color (decimal): -13535062 or 11171889. OLE color: 11171889.

HSL color Cylindrical-coordinate representation of color #3178AA: hue angle of 204.79º 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 #3178AA is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 120 170 -
CMYK 0.71 0.29 0 0.33
HSL 204.79º 0.55% 0.43% -
HSV(B) 204.79º 0.71% 0.67% -
XYZ 15.24 16.99 40.51 -
YUV 104.47 164.98 88.43 -
System Red Green Blue C M Y K H S L
Decimal 49 120 170 0.71 0.29 0 0.33 204.79 0.55 0.43
Hex 31 78 AA 47 1D 0 21 CD 37 2B
Octal 61 170 252 107 35 0 41 315 67 53
Binary 110001 1111000 10101010 1000111 11101 0 100001 11001101 110111 101011

Color Harmonies of #3178AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3178AA

Black with #3178AA

Text Example


Text Example

White with #3178AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3178AA; }

 p { color: rgb(49,120,170); }

 H1.HeaderClassName
 {
   color: #3178AA;
 }
 .AnyTagClassName
 {
   color: #3178AA;
 }
</style>

background-color css

<style>
 a { background-color: #3178AA; }

 a { background-color: rgb(49,120,170); }

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

border-color css

<style>
 span { border-color: #3178AA; }

 span { border-color: rgb(49,120,170); }

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