#349997

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

Shades of Java #349997

Tints of Java #349997

Color information

#349997 (or 0x349997) is unknown color: approx Java. HEX triplet: 34, 99 and 97. RGB value is (52,153,151). Sum of RGB (Red+Green+Blue) = 52+153+151=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #349997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349997 is #CB6668. Grayscale: #7A7A7A. Windows color (decimal): -13330025 or 9935156. OLE color: 9935156.

HSL color Cylindrical-coordinate representation of color #349997: hue angle of 178.81º degrees, saturation: 0.49, 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 #349997 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB52153151-
CMYK0.6600.010.4
HSL178.81º49.27%40.2%-
HSV(B)178.81º66.01%60%-
XYZ18.3925.7533.28-
YUV122.57144.0477.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.61%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 151 (59.38% from 255) = 42.42%
R=14.61%
G=42.98%
B=42.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521531510.6600.010.4178.8149.2740.2
Hex349997420128b33128
Octal6423122710201502636150
Binary110100100110011001011110000100110100010110011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349997; }

 p { color: rgb(52,153,151); }

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

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

 a { background-color: rgb(52,153,151); }

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

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

 span { border-color: rgb(52,153,151); }

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