#349A9D

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

Shades of Java #349A9D

Tints of Java #349A9D

Color information

#349A9D (or 0x349A9D) is unknown color: approx Java. HEX triplet: 34, 9A and 9D. RGB value is (52,154,157). Sum of RGB (Red+Green+Blue) = 52+154+157=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #349A9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349A9D is #CB6562. Grayscale: #7B7B7B. Windows color (decimal): -13329763 or 10328628. OLE color: 10328628.

HSL color Cylindrical-coordinate representation of color #349A9D: hue angle of 181.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349A9D is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB52154157-
CMYK0.670.0200.38
HSL181.71º50.24%40.98%-
HSV(B)181.71º66.88%61.57%-
XYZ19.0626.2835.97-
YUV123.84146.7176.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.33%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=14.33%
G=42.42%
B=43.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521541570.670.0200.38181.7150.2440.98
Hex349A9D432026b63229
Octal6423223510320462666251
Binary1101001001101010011101100001110010011010110110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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