#349A9B

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

Shades of Java #349A9B

Tints of Java #349A9B

Color information

#349A9B (or 0x349A9B) is unknown color: approx Java. HEX triplet: 34, 9A and 9B. RGB value is (52,154,155). Sum of RGB (Red+Green+Blue) = 52+154+155=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #349A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349A9B is #CB6564. Grayscale: #7B7B7B. Windows color (decimal): -13329765 or 10197556. OLE color: 10197556.

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

Color convert

RGB52154155-
CMYK0.660.0100.39
HSL180.58º49.76%40.59%-
HSV(B)180.58º66.45%60.78%-
XYZ18.8926.2135.07-
YUV123.62145.7176.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.40%
GREEN value IS 154 (60.55% from 255) = 42.66%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=14.40%
G=42.66%
B=42.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521541550.660.0100.39180.5849.7640.59
Hex349A9B421027b53229
Octal6423223310210472656251
Binary110100100110101001101110000101010011110110101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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