#339EA2

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

Shades of Java #339EA2

Tints of Java #339EA2

Color information

#339EA2 (or 0x339EA2) is unknown color: approx Java. HEX triplet: 33, 9E and A2. RGB value is (51,158,162). Sum of RGB (Red+Green+Blue) = 51+158+162=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 162 - color contains mainly: blue. Hex color #339EA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339EA2 is #CC615D. Grayscale: #7E7E7E. Windows color (decimal): -13394270 or 10657331. OLE color: 10657331.

HSL color Cylindrical-coordinate representation of color #339EA2: hue angle of 182.16º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #339EA2 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB51158162-
CMYK0.690.0200.36
HSL182.16º52.11%41.76%-
HSV(B)182.16º68.52%63.53%-
XYZ20.1127.7738.48-
YUV126.46148.0574.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 162 (63.67% from 255) = 43.67%
R=13.75%
G=42.59%
B=43.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511581620.690.0200.36182.1652.1141.76
Hex339EA2452024b6342a
Octal6323624210520442666452
Binary1100111001111010100010100010110010010010110110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,158,162); }

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

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

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

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

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

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

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