#316672

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

Shades of Blumine #316672

Tints of Blumine #316672

Color information

#316672 (or 0x316672) is unknown color: approx Blumine. HEX triplet: 31, 66 and 72. RGB value is (49,102,114). Sum of RGB (Red+Green+Blue) = 49+102+114=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #316672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316672 is #CE998D. Grayscale: #575757. Windows color (decimal): -13539726 or 7497265. OLE color: 7497265.

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

Color convert

RGB49102114-
CMYK0.570.1100.55
HSL191.08º39.88%31.96%-
HSV(B)191.08º57.02%44.71%-
XYZ9.0611.3717.64-
YUV87.52142.94100.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=18.49%
G=38.49%
B=43.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491021140.570.1100.55191.0839.8831.96
Hex31667239B037bf2820
Octal6114616271130672775040
Binary110001110011011100101110011011011011110111111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316672; }

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

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

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

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

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

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

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

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