Html Css Color HEX #349A9B Java

📋 copy color: '#349A9B'

red 52 ◦ green 154 ◦ blue 155

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

Shades of Java #349A9B

Tints of Java #349A9B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.66%

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 14.4%
G = 42.66%
B = 42.94%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#349A9B (or 0x349A9B) is known color: Java. HEX triplet: 34, 9A and 9B. RGB value is (52,154,155). Sum of RGB (Red+Green+Blue) = 52+154+155=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #349A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349A9B is #CB6564. Grayscale: #7B7B7B. Windows color (decimal): -13329765 or 10197556. OLE color: 10197556.

HSL color Cylindrical-coordinate representation of color #349A9B: hue angle of 180.58º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349A9B is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 154 155 -
CMYK 0.66 0.01 0 0.39
HSL 180.58º 0.5% 0.41% -
HSV(B) 180.58º 0.66% 0.61% -
XYZ 18.89 26.21 35.07 -
YUV 123.62 145.71 76.92 -
System Red Green Blue C M Y K H S L
Decimal 52 154 155 0.66 0.01 0 0.39 180.58 0.5 0.41
Hex 34 9A 9B 42 1 0 27 B5 32 29
Octal 64 232 233 102 1 0 47 265 62 51
Binary 110100 10011010 10011011 1000010 1 0 100111 10110101 110010 101001

Color Harmonies of #349A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349A9B

Black with #349A9B

Text Example


Text Example

White with #349A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349A9B; }

 p { color: rgb(52,154,155); }

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

background-color css

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

 a { background-color: rgb(52,154,155); }

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

border-color css

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

 span { border-color: rgb(52,154,155); }

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