#316072

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

Shades of Blumine #316072

Tints of Blumine #316072

Color information

#316072 (or 0x316072) is unknown color: approx Blumine. HEX triplet: 31, 60 and 72. RGB value is (49,96,114). Sum of RGB (Red+Green+Blue) = 49+96+114=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #316072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316072 is #CE9F8D. Grayscale: #535353. Windows color (decimal): -13541262 or 7495729. OLE color: 7495729.

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

Color convert

RGB4996114-
CMYK0.570.1600.55
HSL196.62º39.88%31.96%-
HSV(B)196.62º57.02%44.71%-
XYZ8.4910.2317.45-
YUV84144.93103.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 114 (44.92% from 255) = 44.02%
R=18.92%
G=37.07%
B=44.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49961140.570.1600.55196.6239.8831.96
Hex3160723910037c52820
Octal6114016271200673055040
Binary1100011100000111001011100110000011011111000101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316072; }

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

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

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

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

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

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

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

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