#349994

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

Shades of Java #349994

Tints of Java #349994

Color information

#349994 (or 0x349994) is unknown color: approx Java. HEX triplet: 34, 99 and 94. RGB value is (52,153,148). Sum of RGB (Red+Green+Blue) = 52+153+148=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #349994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349994 is #CB666B. Grayscale: #7A7A7A. Windows color (decimal): -13330028 or 9738548. OLE color: 9738548.

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

Color convert

RGB52153148-
CMYK0.6600.030.4
HSL177.03º49.27%40.2%-
HSV(B)177.03º66.01%60%-
XYZ18.1525.6532.01-
YUV122.23142.5477.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.73%
GREEN value IS 153 (60.16% from 255) = 43.34%
BLUE value IS 148 (58.20% from 255) = 41.93%
R=14.73%
G=43.34%
B=41.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521531480.6600.030.4177.0349.2740.2
Hex349994420328b13128
Octal6423122410203502616150
Binary1101001001100110010100100001001110100010110001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349994; }

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

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

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

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

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

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

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

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