#359799

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

Shades of Java #359799

Tints of Java #359799

Color information

#359799 (or 0x359799) is unknown color: approx Java. HEX triplet: 35, 97 and 99. RGB value is (53,151,153). Sum of RGB (Red+Green+Blue) = 53+151+153=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #359799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359799 is #CA6866. Grayscale: #797979. Windows color (decimal): -13264999 or 10065717. OLE color: 10065717.

HSL color Cylindrical-coordinate representation of color #359799: hue angle of 181.2º 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 #359799 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB53151153-
CMYK0.650.0100.4
HSL181.2º48.54%40.39%-
HSV(B)181.2º65.36%60%-
XYZ18.2825.1934.04-
YUV121.93145.5378.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.85%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=14.85%
G=42.30%
B=42.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531511530.650.0100.4181.248.5440.39
Hex359799411028b53128
Octal6522723110110502656150
Binary110101100101111001100110000011010100010110101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359799; }

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

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

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

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

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

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

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

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