#359C98

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

Shades of Java #359C98

Tints of Java #359C98

Color information

#359C98 (or 0x359C98) is unknown color: approx Java. HEX triplet: 35, 9C and 98. RGB value is (53,156,152). Sum of RGB (Red+Green+Blue) = 53+156+152=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #359C98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359C98 is #CA6367. Grayscale: #7C7C7C. Windows color (decimal): -13263720 or 10001461. OLE color: 10001461.

HSL color Cylindrical-coordinate representation of color #359C98: hue angle of 177.67º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C98 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB53156152-
CMYK0.6600.030.39
HSL177.67º49.28%40.98%-
HSV(B)177.67º66.03%61.18%-
XYZ19.0226.833.88-
YUV124.75143.3876.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.68%
GREEN value IS 156 (61.33% from 255) = 43.21%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=14.68%
G=43.21%
B=42.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531561520.6600.030.39177.6749.2840.98
Hex359C98420327b23129
Octal6523423010203472626151
Binary1101011001110010011000100001001110011110110010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,156,152); }

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

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

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

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

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

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

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