#31958E

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

Shades of Java #31958E

Tints of Java #31958E

Color information

#31958E (or 0x31958E) is unknown color: approx Java. HEX triplet: 31, 95 and 8E. RGB value is (49,149,142). Sum of RGB (Red+Green+Blue) = 49+149+142=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #31958E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31958E is #CE6A71. Grayscale: #767676. Windows color (decimal): -13527666 or 9344305. OLE color: 9344305.

HSL color Cylindrical-coordinate representation of color #31958E: hue angle of 175.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31958E is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB49149142-
CMYK0.6700.050.42
HSL175.8º50.51%38.82%-
HSV(B)175.8º67.11%58.43%-
XYZ16.924.129.35-
YUV118.3141.3778.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.41%
GREEN value IS 149 (58.59% from 255) = 43.82%
BLUE value IS 142 (55.86% from 255) = 41.76%
R=14.41%
G=43.82%
B=41.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491491420.6700.050.42175.850.5138.82
Hex31958E43052Ab03327
Octal6122521610305522606347
Binary11000110010101100011101000011010110101010110000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31958E; }

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

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

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

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

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

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

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

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