#316573

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

Shades of Blumine #316573

Tints of Blumine #316573

Color information

#316573 (or 0x316573) is unknown color: approx Blumine. HEX triplet: 31, 65 and 73. RGB value is (49,101,115). Sum of RGB (Red+Green+Blue) = 49+101+115=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #316573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316573 is #CE9A8C. Grayscale: #565656. Windows color (decimal): -13539981 or 7562545. OLE color: 7562545.

HSL color Cylindrical-coordinate representation of color #316573: hue angle of 192.73º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #316573 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB49101115-
CMYK0.570.1200.55
HSL192.73º40.24%32.16%-
HSV(B)192.73º57.39%45.1%-
XYZ9.0111.217.91-
YUV87.05143.77100.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 101 (39.84% from 255) = 38.11%
BLUE value IS 115 (45.31% from 255) = 43.40%
R=18.49%
G=38.11%
B=43.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491011150.570.1200.55192.7340.2432.16
Hex31657339C037c12820
Octal6114516371140673015040
Binary110001110010111100111110011100011011111000001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316573; }

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

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

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

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

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

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

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

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