Html Css Color HEX #31626D Blumine

📋 copy color: '#31626D'

red 49 ◦ green 98 ◦ blue 109

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

Shades of Blumine #31626D

Tints of Blumine #31626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.28%

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 19.14%
G = 38.28%
B = 42.58%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31626D (or 0x31626D) is known color: Blumine. HEX triplet: 31, 62 and 6D. RGB value is (49,98,109). Sum of RGB (Red+Green+Blue) = 49+98+109=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #31626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31626D is #CE9D92. Grayscale: #545454. Windows color (decimal): -13540755 or 7168561. OLE color: 7168561.

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

Color convert

RGB 49 98 109 -
CMYK 0.55 0.10 0 0.57
HSL 191º 0.38% 0.31% -
HSV(B) 191º 0.55% 0.43% -
XYZ 8.39 10.49 16.05 -
YUV 84.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 49 98 109 0.55 0.10 0 0.57 191 0.38 0.31
Hex 31 62 6D 37 A 0 39 BF 26 1F
Octal 61 142 155 67 12 0 71 277 46 37
Binary 110001 1100010 1101101 110111 1010 0 111001 10111111 100110 11111

Color Harmonies of #31626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31626D

Black with #31626D

Text Example


Text Example

White with #31626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31626D; }

 p { color: rgb(49,98,109); }

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

background-color css

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

 a { background-color: rgb(49,98,109); }

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

border-color css

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

 span { border-color: rgb(49,98,109); }

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