Html Css Color HEX #31616C Blumine

📋 copy color: '#31616C'

red 49 ◦ green 97 ◦ blue 108

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

Shades of Blumine #31616C

Tints of Blumine #31616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 19.29%
G = 38.19%
B = 42.52%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31616C (or 0x31616C) is known color: Blumine. HEX triplet: 31, 61 and 6C. RGB value is (49,97,108). Sum of RGB (Red+Green+Blue) = 49+97+108=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 108 - color contains mainly: blue. Hex color #31616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31616C is #CE9E93. Grayscale: #535353. Windows color (decimal): -13541012 or 7102769. OLE color: 7102769.

HSL color Cylindrical-coordinate representation of color #31616C: hue angle of 191.19º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31616C is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 97 108 -
CMYK 0.55 0.10 0 0.58
HSL 191.19º 0.38% 0.31% -
HSV(B) 191.19º 0.55% 0.42% -
XYZ 8.25 10.29 15.74 -
YUV 83.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 49 97 108 0.55 0.10 0 0.58 191.19 0.38 0.31
Hex 31 61 6C 37 A 0 3A BF 26 1F
Octal 61 141 154 67 12 0 72 277 46 37
Binary 110001 1100001 1101100 110111 1010 0 111010 10111111 100110 11111

Color Harmonies of #31616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31616C

Black with #31616C

Text Example


Text Example

White with #31616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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