#339496

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

Shades of Java #339496

Tints of Java #339496

Color information

#339496 (or 0x339496) is unknown color: approx Java. HEX triplet: 33, 94 and 96. RGB value is (51,148,150). Sum of RGB (Red+Green+Blue) = 51+148+150=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #339496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339496 is #CC6B69. Grayscale: #777777. Windows color (decimal): -13396842 or 9868339. OLE color: 9868339.

HSL color Cylindrical-coordinate representation of color #339496: hue angle of 181.21º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339496 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB51148150-
CMYK0.660.0100.41
HSL181.21º49.25%39.41%-
HSV(B)181.21º66%58.82%-
XYZ17.4624.0932.58-
YUV119.22145.3679.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.61%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=14.61%
G=42.41%
B=42.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511481500.660.0100.41181.2149.2539.41
Hex339496421029b53127
Octal6322422610210512656147
Binary110011100101001001011010000101010100110110101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339496; }

 p { color: rgb(51,148,150); }

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

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

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

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

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

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

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