#31959A

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

Shades of Java #31959A

Tints of Java #31959A

Color information

#31959A (or 0x31959A) is unknown color: approx Java. HEX triplet: 31, 95 and 9A. RGB value is (49,149,154). Sum of RGB (Red+Green+Blue) = 49+149+154=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #31959A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31959A is #CE6A65. Grayscale: #777777. Windows color (decimal): -13527654 or 10130737. OLE color: 10130737.

HSL color Cylindrical-coordinate representation of color #31959A: hue angle of 182.86º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31959A is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB49149154-
CMYK0.680.0300.40
HSL182.86º51.72%39.8%-
HSV(B)182.86º68.18%60.39%-
XYZ17.8524.4834.36-
YUV119.67147.3777.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.92%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 154 (60.55% from 255) = 43.75%
R=13.92%
G=42.33%
B=43.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491491540.680.0300.40182.8651.7239.8
Hex31959A443028b73428
Octal6122523210430502676450
Binary1100011001010110011010100010011010100010110111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31959A; }

 p { color: rgb(49,149,154); }

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

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

 a { background-color: rgb(49,149,154); }

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

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

 span { border-color: rgb(49,149,154); }

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