Html Css Color HEX #3175A5 Lochmara

📋 copy color: '#3175A5'

red 49 ◦ green 117 ◦ blue 165

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

Shades of Lochmara #3175A5

Tints of Lochmara #3175A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 49.85%

R = 14.8%
G = 35.35%
B = 49.85%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3175A5 (or 0x3175A5) is known color: Lochmara. HEX triplet: 31, 75 and A5. RGB value is (49,117,165). Sum of RGB (Red+Green+Blue) = 49+117+165=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #3175A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3175A5 is #CE8A5A. Grayscale: #656565. Windows color (decimal): -13535835 or 10843441. OLE color: 10843441.

HSL color Cylindrical-coordinate representation of color #3175A5: hue angle of 204.83º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3175A5 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 117 165 -
CMYK 0.70 0.29 0 0.35
HSL 204.83º 0.54% 0.42% -
HSV(B) 204.83º 0.7% 0.65% -
XYZ 14.42 16.09 37.94 -
YUV 102.14 163.47 90.1 -
System Red Green Blue C M Y K H S L
Decimal 49 117 165 0.70 0.29 0 0.35 204.83 0.54 0.42
Hex 31 75 A5 46 1D 0 23 CD 36 2A
Octal 61 165 245 106 35 0 43 315 66 52
Binary 110001 1110101 10100101 1000110 11101 0 100011 11001101 110110 101010

Color Harmonies of #3175A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3175A5

Black with #3175A5

Text Example


Text Example

White with #3175A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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