Html Css Color HEX #349698 Java

📋 copy color: '#349698'

red 52 ◦ green 150 ◦ blue 152

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

Shades of Java #349698

Tints of Java #349698

RGB

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

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

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

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

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

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

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

Color convert

RGB 52 150 152 -
CMYK 0.66 0.01 0 0.40
HSL 181.2º 0.49% 0.4% -
HSV(B) 181.2º 0.66% 0.6% -
XYZ 17.99 24.81 33.55 -
YUV 120.93 145.53 78.84 -
System Red Green Blue C M Y K H S L
Decimal 52 150 152 0.66 0.01 0 0.40 181.2 0.49 0.4
Hex 34 96 98 42 1 0 28 B5 31 28
Octal 64 226 230 102 1 0 50 265 61 50
Binary 110100 10010110 10011000 1000010 1 0 101000 10110101 110001 101000

Color Harmonies of #349698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349698

Black with #349698

Text Example


Text Example

White with #349698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349698; }

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

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

background-color css

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

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

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

border-color css

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

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

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