#349A96

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

Shades of Java #349A96

Tints of Java #349A96

Color information

#349A96 (or 0x349A96) is unknown color: approx Java. HEX triplet: 34, 9A and 96. RGB value is (52,154,150). Sum of RGB (Red+Green+Blue) = 52+154+150=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 154 - color contains mainly: green. Hex color #349A96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349A96 is #CB6569. Grayscale: #7A7A7A. Windows color (decimal): -13329770 or 9869876. OLE color: 9869876.

HSL color Cylindrical-coordinate representation of color #349A96: hue angle of 177.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349A96 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB52154150-
CMYK0.6600.030.40
HSL177.65º49.51%40.39%-
HSV(B)177.65º66.23%60.39%-
XYZ18.4826.0432.91-
YUV123.05143.2177.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.61%
GREEN value IS 154 (60.55% from 255) = 43.26%
BLUE value IS 150 (58.98% from 255) = 42.13%
R=14.61%
G=43.26%
B=42.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521541500.6600.030.40177.6549.5140.39
Hex349A96420328b23228
Octal6423222610203502626250
Binary1101001001101010010110100001001110100010110010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349A96; }

 p { color: rgb(52,154,150); }

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

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

 a { background-color: rgb(52,154,150); }

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

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

 span { border-color: rgb(52,154,150); }

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