#309392

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

Shades of Java #309392

Tints of Java #309392

Color information

#309392 (or 0x309392) is unknown color: approx Java. HEX triplet: 30, 93 and 92. RGB value is (48,147,146). Sum of RGB (Red+Green+Blue) = 48+147+146=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #309392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309392 is #CF6C6D. Grayscale: #757575. Windows color (decimal): -13593710 or 9605936. OLE color: 9605936.

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

Color convert

RGB48147146-
CMYK0.6700.010.42
HSL179.39º50.77%38.24%-
HSV(B)179.39º67.35%57.65%-
XYZ16.8423.5730.86-
YUV117.29144.278.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.08%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=14.08%
G=43.11%
B=42.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481471460.6700.010.42179.3950.7738.24
Hex30939243012Ab33326
Octal6022322210301522636346
Binary110000100100111001001010000110110101010110011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309392; }

 p { color: rgb(48,147,146); }

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

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

 a { background-color: rgb(48,147,146); }

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

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

 span { border-color: rgb(48,147,146); }

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