Html Css Color HEX #349997 Java

📋 copy color: '#349997'

red 52 ◦ green 153 ◦ blue 151

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

Shades of Java #349997

Tints of Java #349997

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.98%

 BLUE value IS 151 (59.38% from 255) = 42.42%

R = 14.61%
G = 42.98%
B = 42.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#349997 (or 0x349997) is known color: Java. HEX triplet: 34, 99 and 97. RGB value is (52,153,151). Sum of RGB (Red+Green+Blue) = 52+153+151=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #349997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349997 is #CB6668. Grayscale: #7A7A7A. Windows color (decimal): -13330025 or 9935156. OLE color: 9935156.

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

Color convert

RGB 52 153 151 -
CMYK 0.66 0 0.01 0.4
HSL 178.81º 0.49% 0.4% -
HSV(B) 178.81º 0.66% 0.6% -
XYZ 18.39 25.75 33.28 -
YUV 122.57 144.04 77.66 -
System Red Green Blue C M Y K H S L
Decimal 52 153 151 0.66 0 0.01 0.4 178.81 0.49 0.4
Hex 34 99 97 42 0 1 28 B3 31 28
Octal 64 231 227 102 0 1 50 263 61 50
Binary 110100 10011001 10010111 1000010 0 1 101000 10110011 110001 101000

Color Harmonies of #349997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349997

Black with #349997

Text Example


Text Example

White with #349997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349997; }

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

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

background-color css

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

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

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

border-color css

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

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

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