Html Css Color HEX #349992 Java

📋 copy color: '#349992'

red 52 ◦ green 153 ◦ blue 146

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

Shades of Java #349992

Tints of Java #349992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.6%

R = 14.81%
G = 43.59%
B = 41.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#349992 (or 0x349992) is known color: Java. HEX triplet: 34, 99 and 92. RGB value is (52,153,146). Sum of RGB (Red+Green+Blue) = 52+153+146=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #349992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349992 is #CB666D. Grayscale: #797979. Windows color (decimal): -13330030 or 9607476. OLE color: 9607476.

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

Color convert

RGB 52 153 146 -
CMYK 0.66 0 0.05 0.4
HSL 175.84º 0.49% 0.4% -
HSV(B) 175.84º 0.66% 0.6% -
XYZ 18 25.59 31.18 -
YUV 122 141.54 78.07 -
System Red Green Blue C M Y K H S L
Decimal 52 153 146 0.66 0 0.05 0.4 175.84 0.49 0.4
Hex 34 99 92 42 0 5 28 B0 31 28
Octal 64 231 222 102 0 5 50 260 61 50
Binary 110100 10011001 10010010 1000010 0 101 101000 10110000 110001 101000

Color Harmonies of #349992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349992

Black with #349992

Text Example


Text Example

White with #349992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349992; }

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

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

background-color css

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

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

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

border-color css

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

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

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