Html Css Color HEX #349896 Java

📋 copy color: '#349896'

red 52 ◦ green 152 ◦ blue 150

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

Shades of Java #349896

Tints of Java #349896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.37%

R = 14.69%
G = 42.94%
B = 42.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#349896 (or 0x349896) is known color: Java. HEX triplet: 34, 98 and 96. RGB value is (52,152,150). Sum of RGB (Red+Green+Blue) = 52+152+150=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #349896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349896 is #CB6769. Grayscale: #797979. Windows color (decimal): -13330282 or 9869364. OLE color: 9869364.

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

Color convert

RGB 52 152 150 -
CMYK 0.66 0 0.01 0.40
HSL 178.8º 0.49% 0.4% -
HSV(B) 178.8º 0.66% 0.6% -
XYZ 18.15 25.39 32.8 -
YUV 121.87 143.87 78.16 -
System Red Green Blue C M Y K H S L
Decimal 52 152 150 0.66 0 0.01 0.40 178.8 0.49 0.4
Hex 34 98 96 42 0 1 28 B3 31 28
Octal 64 230 226 102 0 1 50 263 61 50
Binary 110100 10011000 10010110 1000010 0 1 101000 10110011 110001 101000

Color Harmonies of #349896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349896

Black with #349896

Text Example


Text Example

White with #349896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349896; }

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

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

background-color css

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

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

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

border-color css

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

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

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