#316772

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

Shades of Blumine #316772

Tints of Blumine #316772

Color information

#316772 (or 0x316772) is unknown color: approx Blumine. HEX triplet: 31, 67 and 72. RGB value is (49,103,114). Sum of RGB (Red+Green+Blue) = 49+103+114=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #316772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316772 is #CE988D. Grayscale: #585858. Windows color (decimal): -13539470 or 7497521. OLE color: 7497521.

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

Color convert

RGB49103114-
CMYK0.570.1000.55
HSL190.15º39.88%31.96%-
HSV(B)190.15º57.02%44.71%-
XYZ9.1511.5717.67-
YUV88.11142.61100.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 103 (40.62% from 255) = 38.72%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=18.42%
G=38.72%
B=42.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491031140.570.1000.55190.1539.8831.96
Hex31677239A037be2820
Octal6114716271120672765040
Binary110001110011111100101110011010011011110111110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316772; }

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

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

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

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

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

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

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

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