#359e9e

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

Shades of Java #359E9E

Tints of Java #359E9E

Color information

#359E9E (or 0x359E9E) is unknown color: approx Java. HEX triplet: 35, 9E and 9E. RGB value is (53,158,158). Sum of RGB (Red+Green+Blue) = 53+158+158=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: green, blue. Hex color #359E9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359E9E is #CA6161. Grayscale: #7E7E7E. Windows color (decimal): -13263202 or 10395189. OLE color: 10395189.

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

Color convert

RGB53158158-
CMYK0.66000.38
HSL180º49.76%41.37%-
HSV(B)180º66.46%61.96%-
XYZ19.8727.6836.64-
YUV126.6145.7175.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.36%
GREEN value IS 158 (62.11% from 255) = 42.82%
BLUE value IS 158 (62.11% from 255) = 42.82%
R=14.36%
G=42.82%
B=42.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531581580.66000.3818049.7641.37
Hex359E9E420026b43229
Octal6523623610200462646251
Binary110101100111101001111010000100010011010110100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359e9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,158,158); }

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

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

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

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

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

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

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