#359998

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

Shades of Java #359998

Tints of Java #359998

Color information

#359998 (or 0x359998) is unknown color: approx Java. HEX triplet: 35, 99 and 98. RGB value is (53,153,152). Sum of RGB (Red+Green+Blue) = 53+153+152=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #359998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359998 is #CA6667. Grayscale: #7A7A7A. Windows color (decimal): -13264488 or 10000693. OLE color: 10000693.

HSL color Cylindrical-coordinate representation of color #359998: hue angle of 179.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359998 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB53153152-
CMYK0.6500.010.4
HSL179.4º48.54%40.39%-
HSV(B)179.4º65.36%60%-
XYZ18.5325.8133.71-
YUV122.99144.3778.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.80%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 152 (59.77% from 255) = 42.46%
R=14.80%
G=42.74%
B=42.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531531520.6500.010.4179.448.5440.39
Hex359998410128b33128
Octal6523123010101502636150
Binary110101100110011001100010000010110100010110011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359998; }

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

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

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

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

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

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

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

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