#349B9C

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

Shades of Java #349B9C

Tints of Java #349B9C

Color information

#349B9C (or 0x349B9C) is unknown color: approx Java. HEX triplet: 34, 9B and 9C. RGB value is (52,155,156). Sum of RGB (Red+Green+Blue) = 52+155+156=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #349B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349B9C is #CB6463. Grayscale: #7C7C7C. Windows color (decimal): -13329508 or 10263348. OLE color: 10263348.

HSL color Cylindrical-coordinate representation of color #349B9C: 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.67%. Process color model (Four color, CMYK) of #349B9C is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB52155156-
CMYK0.670.0100.39
HSL180.58º50%40.78%-
HSV(B)180.58º66.67%61.18%-
XYZ19.1426.5735.57-
YUV124.32145.8876.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.33%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 156 (61.33% from 255) = 42.98%
R=14.33%
G=42.70%
B=42.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521551560.670.0100.39180.585040.78
Hex349B9C431027b53229
Octal6423323410310472656251
Binary110100100110111001110010000111010011110110101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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