Html Css Color HEX #31676C Blumine

📋 copy color: '#31676C'

red 49 ◦ green 103 ◦ blue 108

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

Shades of Blumine #31676C

Tints of Blumine #31676C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.62%

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

R = 18.85%
G = 39.62%
B = 41.54%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31676C (or 0x31676C) is known color: Blumine. HEX triplet: 31, 67 and 6C. RGB value is (49,103,108). Sum of RGB (Red+Green+Blue) = 49+103+108=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #31676C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31676C is #CE9893. Grayscale: #575757. Windows color (decimal): -13539476 or 7104305. OLE color: 7104305.

HSL color Cylindrical-coordinate representation of color #31676C: hue angle of 185.08º 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 #31676C is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 103 108 -
CMYK 0.55 0.05 0 0.58
HSL 185.08º 0.38% 0.31% -
HSV(B) 185.08º 0.55% 0.42% -
XYZ 8.82 11.44 15.93 -
YUV 87.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 49 103 108 0.55 0.05 0 0.58 185.08 0.38 0.31
Hex 31 67 6C 37 5 0 3A B9 26 1F
Octal 61 147 154 67 5 0 72 271 46 37
Binary 110001 1100111 1101100 110111 101 0 111010 10111001 100110 11111

Color Harmonies of #31676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31676C

Black with #31676C

Text Example


Text Example

White with #31676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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