#31677A

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

Shades of Blumine #31677A

Tints of Blumine #31677A

Color information

#31677A (or 0x31677A) is unknown color: approx Blumine. HEX triplet: 31, 67 and 7A. RGB value is (49,103,122). Sum of RGB (Red+Green+Blue) = 49+103+122=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #31677A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31677A is #CE9885. Grayscale: #585858. Windows color (decimal): -13539462 or 8021809. OLE color: 8021809.

HSL color Cylindrical-coordinate representation of color #31677A: hue angle of 195.62º 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 #31677A is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB49103122-
CMYK0.600.1600.52
HSL195.62º42.69%33.53%-
HSV(B)195.62º59.84%47.84%-
XYZ9.6311.7620.17-
YUV89.02146.6199.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 103 (40.62% from 255) = 37.59%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=17.88%
G=37.59%
B=44.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal491031220.600.1600.52195.6242.6933.53
Hex31677A3C10034c42b22
Octal6114717274200643045342
Binary1100011100111111101011110010000011010011000100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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