#339B9B

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

Shades of Java #339B9B

Tints of Java #339B9B

Color information

#339B9B (or 0x339B9B) is unknown color: approx Java. HEX triplet: 33, 9B and 9B. RGB value is (51,155,155). Sum of RGB (Red+Green+Blue) = 51+155+155=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #339B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339B9B is #CC6464. Grayscale: #7B7B7B. Windows color (decimal): -13395045 or 10197811. OLE color: 10197811.

HSL color Cylindrical-coordinate representation of color #339B9B: hue angle of 180º 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 #339B9B is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB51155155-
CMYK0.67000.39
HSL180º50.49%40.39%-
HSV(B)180º67.1%60.78%-
XYZ1926.5135.13-
YUV123.9145.5476-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.13%
GREEN value IS 155 (60.94% from 255) = 42.94%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=14.13%
G=42.94%
B=42.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511551550.67000.3918050.4940.39
Hex339B9B430027b43228
Octal6323323310300472646250
Binary110011100110111001101110000110010011110110100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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