#359F99

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

Shades of Java #359F99

Tints of Java #359F99

Color information

#359F99 (or 0x359F99) is unknown color: approx Java. HEX triplet: 35, 9F and 99. RGB value is (53,159,153). Sum of RGB (Red+Green+Blue) = 53+159+153=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #359F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359F99 is #CA6066. Grayscale: #7E7E7E. Windows color (decimal): -13262951 or 10067765. OLE color: 10067765.

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

Color convert

RGB53159153-
CMYK0.6700.040.38
HSL176.6º50%41.57%-
HSV(B)176.6º66.67%62.35%-
XYZ19.6227.8534.48-
YUV126.62142.8875.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.52%
GREEN value IS 159 (62.5% from 255) = 43.56%
BLUE value IS 153 (60.16% from 255) = 41.92%
R=14.52%
G=43.56%
B=41.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531591530.6700.040.38176.65041.57
Hex359F99430426b1322a
Octal6523723110304462616252
Binary11010110011111100110011000011010010011010110001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359F99; }

 p { color: rgb(53,159,153); }

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

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

 a { background-color: rgb(53,159,153); }

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

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

 span { border-color: rgb(53,159,153); }

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