Html Css Color HEX #316175 Blumine

📋 copy color: '#316175'

red 49 ◦ green 97 ◦ blue 117

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

Shades of Blumine #316175

Tints of Blumine #316175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.88%

 BLUE value IS 117 (46.09% from 255) = 44.49%

R = 18.63%
G = 36.88%
B = 44.49%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#316175 (or 0x316175) is known color: Blumine. HEX triplet: 31, 61 and 75. RGB value is (49,97,117). Sum of RGB (Red+Green+Blue) = 49+97+117=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #316175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316175 is #CE9E8A. Grayscale: #545454. Windows color (decimal): -13541003 or 7692593. OLE color: 7692593.

HSL color Cylindrical-coordinate representation of color #316175: hue angle of 197.65º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #316175 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 97 117 -
CMYK 0.58 0.17 0 0.54
HSL 197.65º 0.41% 0.33% -
HSV(B) 197.65º 0.58% 0.46% -
XYZ 8.75 10.49 18.39 -
YUV 84.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 49 97 117 0.58 0.17 0 0.54 197.65 0.41 0.33
Hex 31 61 75 3A 11 0 36 C6 29 21
Octal 61 141 165 72 21 0 66 306 51 41
Binary 110001 1100001 1110101 111010 10001 0 110110 11000110 101001 100001

Color Harmonies of #316175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316175

Black with #316175

Text Example


Text Example

White with #316175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316175; }

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

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

background-color css

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

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

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

border-color css

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

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

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