Html Css Color HEX #349893 Java

📋 copy color: '#349893'

red 52 ◦ green 152 ◦ blue 147

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

Shades of Java #349893

Tints of Java #349893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.88%

R = 14.81%
G = 43.3%
B = 41.88%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#349893 (or 0x349893) is known color: Java. HEX triplet: 34, 98 and 93. RGB value is (52,152,147). Sum of RGB (Red+Green+Blue) = 52+152+147=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #349893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349893 is #CB676C. Grayscale: #797979. Windows color (decimal): -13330285 or 9672756. OLE color: 9672756.

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

Color convert

RGB 52 152 147 -
CMYK 0.66 0 0.03 0.40
HSL 177º 0.49% 0.4% -
HSV(B) 177º 0.66% 0.6% -
XYZ 17.91 25.29 31.54 -
YUV 121.53 142.37 78.41 -
System Red Green Blue C M Y K H S L
Decimal 52 152 147 0.66 0 0.03 0.40 177 0.49 0.4
Hex 34 98 93 42 0 3 28 B1 31 28
Octal 64 230 223 102 0 3 50 261 61 50
Binary 110100 10011000 10010011 1000010 0 11 101000 10110001 110001 101000

Color Harmonies of #349893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349893

Black with #349893

Text Example


Text Example

White with #349893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349893; }

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

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

background-color css

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

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

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

border-color css

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

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

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