Html Css Color HEX #31656A Blumine

📋 copy color: '#31656A'

red 49 ◦ green 101 ◦ blue 106

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

Shades of Blumine #31656A

Tints of Blumine #31656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.45%

 BLUE value IS 106 (41.8% from 255) = 41.41%

R = 19.14%
G = 39.45%
B = 41.41%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31656A (or 0x31656A) is known color: Blumine. HEX triplet: 31, 65 and 6A. RGB value is (49,101,106). Sum of RGB (Red+Green+Blue) = 49+101+106=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #31656A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31656A is #CE9A95. Grayscale: #555555. Windows color (decimal): -13539990 or 6972721. OLE color: 6972721.

HSL color Cylindrical-coordinate representation of color #31656A: hue angle of 185.26º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31656A is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 101 106 -
CMYK 0.54 0.05 0 0.58
HSL 185.26º 0.37% 0.3% -
HSV(B) 185.26º 0.54% 0.42% -
XYZ 8.52 11 15.31 -
YUV 86.02 139.27 101.59 -
System Red Green Blue C M Y K H S L
Decimal 49 101 106 0.54 0.05 0 0.58 185.26 0.37 0.3
Hex 31 65 6A 36 5 0 3A B9 25 1E
Octal 61 145 152 66 5 0 72 271 45 36
Binary 110001 1100101 1101010 110110 101 0 111010 10111001 100101 11110

Color Harmonies of #31656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31656A

Black with #31656A

Text Example


Text Example

White with #31656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31656A; }

 p { color: rgb(49,101,106); }

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

background-color css

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

 a { background-color: rgb(49,101,106); }

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

border-color css

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

 span { border-color: rgb(49,101,106); }

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