#31948F

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

Shades of Java #31948F

Tints of Java #31948F

Color information

#31948F (or 0x31948F) is unknown color: approx Java. HEX triplet: 31, 94 and 8F. RGB value is (49,148,143). Sum of RGB (Red+Green+Blue) = 49+148+143=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #31948F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31948F is #CE6B70. Grayscale: #757575. Windows color (decimal): -13527921 or 9409585. OLE color: 9409585.

HSL color Cylindrical-coordinate representation of color #31948F: hue angle of 176.97º degrees, saturation: 0.5, 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 #31948F is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB49148143-
CMYK0.6700.030.42
HSL176.97º50.25%38.63%-
HSV(B)176.97º66.89%58.04%-
XYZ16.8123.8229.7-
YUV117.83142.278.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.41%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 143 (56.25% from 255) = 42.06%
R=14.41%
G=43.53%
B=42.06%

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
Decimal491481430.6700.030.42176.9750.2538.63
Hex31948F43032Ab13227
Octal6122421710303522616247
Binary1100011001010010001111100001101110101010110001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31948F; }

 p { color: rgb(49,148,143); }

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

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

 a { background-color: rgb(49,148,143); }

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

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

 span { border-color: rgb(49,148,143); }

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