#31677C

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

Shades of Blumine #31677C

Tints of Blumine #31677C

Color information

#31677C (or 0x31677C) is unknown color: approx Blumine. HEX triplet: 31, 67 and 7C. RGB value is (49,103,124). Sum of RGB (Red+Green+Blue) = 49+103+124=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #31677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31677C is #CE9883. Grayscale: #595959. Windows color (decimal): -13539460 or 8152881. OLE color: 8152881.

HSL color Cylindrical-coordinate representation of color #31677C: hue angle of 196.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31677C is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB49103124-
CMYK0.600.1700.51
HSL196.8º43.35%33.92%-
HSV(B)196.8º60.48%48.63%-
XYZ9.7511.8120.83-
YUV89.25147.6199.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 124 (48.83% from 255) = 44.93%
R=17.75%
G=37.32%
B=44.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal491031240.600.1700.51196.843.3533.92
Hex31677C3C11033c52b22
Octal6114717474210633055342
Binary1100011100111111110011110010001011001111000101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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