#319092

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

Shades of Java #319092

Tints of Java #319092

Color information

#319092 (or 0x319092) is unknown color: approx Java. HEX triplet: 31, 90 and 92. RGB value is (49,144,146). Sum of RGB (Red+Green+Blue) = 49+144+146=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #319092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319092 is #CE6F6D. Grayscale: #737373. Windows color (decimal): -13528942 or 9605169. OLE color: 9605169.

HSL color Cylindrical-coordinate representation of color #319092: hue angle of 181.24º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319092 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB49144146-
CMYK0.660.0100.43
HSL181.24º49.74%38.24%-
HSV(B)181.24º66.44%57.25%-
XYZ16.4322.6730.7-
YUV115.82145.0380.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.45%
GREEN value IS 144 (56.64% from 255) = 42.48%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=14.45%
G=42.48%
B=43.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491441460.660.0100.43181.2449.7438.24
Hex31909242102Bb53226
Octal6122022210210532656246
Binary110001100100001001001010000101010101110110101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319092; }

 p { color: rgb(49,144,146); }

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

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

 a { background-color: rgb(49,144,146); }

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

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

 span { border-color: rgb(49,144,146); }

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