#31657A

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

Shades of Blumine #31657A

Tints of Blumine #31657A

Color information

#31657A (or 0x31657A) is unknown color: approx Blumine. HEX triplet: 31, 65 and 7A. RGB value is (49,101,122). Sum of RGB (Red+Green+Blue) = 49+101+122=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #31657A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31657A is #CE9A85. Grayscale: #575757. Windows color (decimal): -13539974 or 8021297. OLE color: 8021297.

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

Color convert

RGB49101122-
CMYK0.600.1700.52
HSL197.26º42.69%33.53%-
HSV(B)197.26º59.84%47.84%-
XYZ9.4311.3720.11-
YUV87.85147.27100.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.01%
GREEN value IS 101 (39.84% from 255) = 37.13%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=18.01%
G=37.13%
B=44.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal491011220.600.1700.52197.2642.6933.53
Hex31657A3C11034c52b22
Octal6114517274210643055342
Binary1100011100101111101011110010001011010011000101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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