#31938E

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

Shades of Java #31938E

Tints of Java #31938E

Color information

#31938E (or 0x31938E) is unknown color: approx Java. HEX triplet: 31, 93 and 8E. RGB value is (49,147,142). Sum of RGB (Red+Green+Blue) = 49+147+142=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #31938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31938E is #CE6C71. Grayscale: #757575. Windows color (decimal): -13528178 or 9343793. OLE color: 9343793.

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

Color convert

RGB49147142-
CMYK0.6700.030.42
HSL176.94º50%38.43%-
HSV(B)176.94º66.67%57.65%-
XYZ16.5823.4729.25-
YUV117.13142.0379.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.50%
GREEN value IS 147 (57.81% from 255) = 43.49%
BLUE value IS 142 (55.86% from 255) = 42.01%
R=14.50%
G=43.49%
B=42.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491471420.6700.030.42176.945038.43
Hex31938E43032Ab13226
Octal6122321610303522616246
Binary1100011001001110001110100001101110101010110001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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