Html Css Color HEX #3175AD Lochmara

📋 copy color: '#3175AD'

red 49 ◦ green 117 ◦ blue 173

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

Shades of Lochmara #3175AD

Tints of Lochmara #3175AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.51%

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

R = 14.45%
G = 34.51%
B = 51.03%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3175AD (or 0x3175AD) is known color: Lochmara. HEX triplet: 31, 75 and AD. RGB value is (49,117,173). Sum of RGB (Red+Green+Blue) = 49+117+173=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #3175AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3175AD is #CE8A52. Grayscale: #666666. Windows color (decimal): -13535827 or 11367729. OLE color: 11367729.

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

Color convert

RGB 49 117 173 -
CMYK 0.72 0.32 0 0.32
HSL 207.1º 0.56% 0.44% -
HSV(B) 207.1º 0.72% 0.68% -
XYZ 15.17 16.39 41.9 -
YUV 103.05 167.47 89.45 -
System Red Green Blue C M Y K H S L
Decimal 49 117 173 0.72 0.32 0 0.32 207.1 0.56 0.44
Hex 31 75 AD 48 20 0 20 CF 38 2C
Octal 61 165 255 110 40 0 40 317 70 54
Binary 110001 1110101 10101101 1001000 100000 0 100000 11001111 111000 101100

Color Harmonies of #3175AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3175AD

Black with #3175AD

Text Example


Text Example

White with #3175AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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