#31617A

Color #31617A Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #31617A

Tints of Blumine #31617A

Color information

#31617A (or 0x31617A) is unknown color: approx Blumine. HEX triplet: 31, 61 and 7A. RGB value is (49,97,122). Sum of RGB (Red+Green+Blue) = 49+97+122=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #31617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31617A is #CE9E85. Grayscale: #555555. Windows color (decimal): -13540998 or 8020273. OLE color: 8020273.

HSL color Cylindrical-coordinate representation of color #31617A: hue angle of 200.55º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31617A is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4997122-
CMYK0.600.2000.52
HSL200.55º42.69%33.53%-
HSV(B)200.55º59.84%47.84%-
XYZ9.0510.6119.98-
YUV85.5148.6101.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.28%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 122 (48.05% from 255) = 45.52%
R=18.28%
G=36.19%
B=45.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49971220.600.2000.52200.5542.6933.53
Hex31617A3C14034c92b22
Octal6114117274240643115342
Binary1100011100001111101011110010100011010011001001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31617A;
 }
 .AnyTagClassName
 {
   color: #31617A;
 }
</style>
background-color css

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

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

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

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

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

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