#339A9B

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

Shades of Java #339A9B

Tints of Java #339A9B

Color information

#339A9B (or 0x339A9B) is unknown color: approx Java. HEX triplet: 33, 9A and 9B. RGB value is (51,154,155). Sum of RGB (Red+Green+Blue) = 51+154+155=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #339A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339A9B is #CC6564. Grayscale: #7B7B7B. Windows color (decimal): -13395301 or 10197555. OLE color: 10197555.

HSL color Cylindrical-coordinate representation of color #339A9B: hue angle of 180.58º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339A9B is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB51154155-
CMYK0.670.0100.39
HSL180.58º50.49%40.39%-
HSV(B)180.58º67.1%60.78%-
XYZ18.8426.1835.07-
YUV123.32145.8876.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.17%
GREEN value IS 154 (60.55% from 255) = 42.78%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=14.17%
G=42.78%
B=43.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511541550.670.0100.39180.5850.4940.39
Hex339A9B431027b53228
Octal6323223310310472656250
Binary110011100110101001101110000111010011110110101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339A9B; }

 p { color: rgb(51,154,155); }

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

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

 a { background-color: rgb(51,154,155); }

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

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

 span { border-color: rgb(51,154,155); }

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