#316872

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

Shades of Blumine #316872

Tints of Blumine #316872

Color information

#316872 (or 0x316872) is unknown color: approx Blumine. HEX triplet: 31, 68 and 72. RGB value is (49,104,114). Sum of RGB (Red+Green+Blue) = 49+104+114=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #316872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316872 is #CE978D. Grayscale: #585858. Windows color (decimal): -13539214 or 7497777. OLE color: 7497777.

HSL color Cylindrical-coordinate representation of color #316872: hue angle of 189.23º 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 #316872 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB49104114-
CMYK0.570.0900.55
HSL189.23º39.88%31.96%-
HSV(B)189.23º57.02%44.71%-
XYZ9.2511.7717.7-
YUV88.7142.2899.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=18.35%
G=38.95%
B=42.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491041140.570.0900.55189.2339.8831.96
Hex316872399037bd2820
Octal6115016271110672755040
Binary110001110100011100101110011001011011110111101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316872; }

 p { color: rgb(49,104,114); }

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

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

 a { background-color: rgb(49,104,114); }

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

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

 span { border-color: rgb(49,104,114); }

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