Html Css Color HEX #349895 Java

📋 copy color: '#349895'

red 52 ◦ green 152 ◦ blue 149

#349895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #349895

Tints of Java #349895

RGB

 RED value IS 52 (20.7% from 255) = 14.73%

 GREEN value IS 152 (59.77% from 255) = 43.06%

 BLUE value IS 149 (58.59% from 255) = 42.21%

R = 14.73%
G = 43.06%
B = 42.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#349895 (or 0x349895) is known color: Java. HEX triplet: 34, 98 and 95. RGB value is (52,152,149). Sum of RGB (Red+Green+Blue) = 52+152+149=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #349895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349895 is #CB676A. Grayscale: #797979. Windows color (decimal): -13330283 or 9803828. OLE color: 9803828.

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

Color convert

RGB 52 152 149 -
CMYK 0.66 0 0.02 0.40
HSL 178.2º 0.49% 0.4% -
HSV(B) 178.2º 0.66% 0.6% -
XYZ 18.07 25.36 32.38 -
YUV 121.76 143.37 78.24 -
System Red Green Blue C M Y K H S L
Decimal 52 152 149 0.66 0 0.02 0.40 178.2 0.49 0.4
Hex 34 98 95 42 0 2 28 B2 31 28
Octal 64 230 225 102 0 2 50 262 61 50
Binary 110100 10011000 10010101 1000010 0 10 101000 10110010 110001 101000

Color Harmonies of #349895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349895

Black with #349895

Text Example


Text Example

White with #349895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349895; }

 p { color: rgb(52,152,149); }

 H1.HeaderClassName
 {
   color: #349895;
 }
 .AnyTagClassName
 {
   color: #349895;
 }
</style>

background-color css

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

 a { background-color: rgb(52,152,149); }

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

border-color css

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

 span { border-color: rgb(52,152,149); }

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