#309599

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

Shades of Java #309599

Tints of Java #309599

Color information

#309599 (or 0x309599) is unknown color: approx Java. HEX triplet: 30, 95 and 99. RGB value is (48,149,153). Sum of RGB (Red+Green+Blue) = 48+149+153=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #309599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309599 is #CF6A66. Grayscale: #777777. Windows color (decimal): -13593191 or 10065200. OLE color: 10065200.

HSL color Cylindrical-coordinate representation of color #309599: hue angle of 182.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309599 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB48149153-
CMYK0.690.0300.4
HSL182.29º52.24%39.41%-
HSV(B)182.29º68.63%60%-
XYZ17.7224.4233.92-
YUV119.26147.0477.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.71%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 153 (60.16% from 255) = 43.71%
R=13.71%
G=42.57%
B=43.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481491530.690.0300.4182.2952.2439.41
Hex309599453028b63427
Octal6022523110530502666447
Binary1100001001010110011001100010111010100010110110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309599; }

 p { color: rgb(48,149,153); }

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

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

 a { background-color: rgb(48,149,153); }

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

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

 span { border-color: rgb(48,149,153); }

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