Html Css Color HEX #349994 Java

📋 copy color: '#349994'

red 52 ◦ green 153 ◦ blue 148

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

Shades of Java #349994

Tints of Java #349994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.93%

R = 14.73%
G = 43.34%
B = 41.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#349994 (or 0x349994) is known color: Java. HEX triplet: 34, 99 and 94. RGB value is (52,153,148). Sum of RGB (Red+Green+Blue) = 52+153+148=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #349994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349994 is #CB666B. Grayscale: #7A7A7A. Windows color (decimal): -13330028 or 9738548. OLE color: 9738548.

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

Color convert

RGB 52 153 148 -
CMYK 0.66 0 0.03 0.4
HSL 177.03º 0.49% 0.4% -
HSV(B) 177.03º 0.66% 0.6% -
XYZ 18.15 25.65 32.01 -
YUV 122.23 142.54 77.91 -
System Red Green Blue C M Y K H S L
Decimal 52 153 148 0.66 0 0.03 0.4 177.03 0.49 0.4
Hex 34 99 94 42 0 3 28 B1 31 28
Octal 64 231 224 102 0 3 50 261 61 50
Binary 110100 10011001 10010100 1000010 0 11 101000 10110001 110001 101000

Color Harmonies of #349994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349994

Black with #349994

Text Example


Text Example

White with #349994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349994; }

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

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

background-color css

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

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

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

border-color css

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

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

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