Html Css Color HEX #34989B Java

📋 copy color: '#34989B'

red 52 ◦ green 152 ◦ blue 155

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

Shades of Java #34989B

Tints of Java #34989B

RGB

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

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

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

R = 14.48%
G = 42.34%
B = 43.18%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34989B (or 0x34989B) is known color: Java. HEX triplet: 34, 98 and 9B. RGB value is (52,152,155). Sum of RGB (Red+Green+Blue) = 52+152+155=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #34989B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34989B is #CB6764. Grayscale: #7A7A7A. Windows color (decimal): -13330277 or 10197044. OLE color: 10197044.

HSL color Cylindrical-coordinate representation of color #34989B: hue angle of 181.75º 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 #34989B is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 152 155 -
CMYK 0.66 0.02 0 0.39
HSL 181.75º 0.5% 0.41% -
HSV(B) 181.75º 0.66% 0.61% -
XYZ 18.56 25.55 34.96 -
YUV 122.44 146.37 77.76 -
System Red Green Blue C M Y K H S L
Decimal 52 152 155 0.66 0.02 0 0.39 181.75 0.5 0.41
Hex 34 98 9B 42 2 0 27 B6 32 29
Octal 64 230 233 102 2 0 47 266 62 51
Binary 110100 10011000 10011011 1000010 10 0 100111 10110110 110010 101001

Color Harmonies of #34989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34989B

Black with #34989B

Text Example


Text Example

White with #34989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34989B; }

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

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

background-color css

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

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

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

border-color css

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

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

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