#35999B

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

Shades of Java #35999B

Tints of Java #35999B

Color information

#35999B (or 0x35999B) is unknown color: approx Java. HEX triplet: 35, 99 and 9B. RGB value is (53,153,155). Sum of RGB (Red+Green+Blue) = 53+153+155=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #35999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35999B is #CA6664. Grayscale: #7B7B7B. Windows color (decimal): -13264485 or 10197301. OLE color: 10197301.

HSL color Cylindrical-coordinate representation of color #35999B: hue angle of 181.18º 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 #35999B is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB53153155-
CMYK0.660.0100.39
HSL181.18º49.04%40.78%-
HSV(B)181.18º65.81%60.78%-
XYZ18.7825.9135.02-
YUV123.33145.8777.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.68%
GREEN value IS 153 (60.16% from 255) = 42.38%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=14.68%
G=42.38%
B=42.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531531550.660.0100.39181.1849.0440.78
Hex35999B421027b53129
Octal6523123310210472656151
Binary110101100110011001101110000101010011110110101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35999B; }

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

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

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

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

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

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

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

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