#349A99

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

Shades of Java #349A99

Tints of Java #349A99

Color information

#349A99 (or 0x349A99) is unknown color: approx Java. HEX triplet: 34, 9A and 99. RGB value is (52,154,153). Sum of RGB (Red+Green+Blue) = 52+154+153=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #349A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349A99 is #CB6566. Grayscale: #7B7B7B. Windows color (decimal): -13329767 or 10066484. OLE color: 10066484.

HSL color Cylindrical-coordinate representation of color #349A99: hue angle of 179.41º 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 #349A99 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB52154153-
CMYK0.6600.010.40
HSL179.41º49.51%40.39%-
HSV(B)179.41º66.23%60.39%-
XYZ18.7226.1434.2-
YUV123.39144.7177.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.48%
GREEN value IS 154 (60.55% from 255) = 42.90%
BLUE value IS 153 (60.16% from 255) = 42.62%
R=14.48%
G=42.90%
B=42.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521541530.6600.010.40179.4149.5140.39
Hex349A99420128b33228
Octal6423223110201502636250
Binary110100100110101001100110000100110100010110011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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