Html Css Color HEX #34989A Java

📋 copy color: '#34989A'

red 52 ◦ green 152 ◦ blue 154

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

Shades of Java #34989A

Tints of Java #34989A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.02%

R = 14.53%
G = 42.46%
B = 43.02%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#34989A (or 0x34989A) is known color: Java. HEX triplet: 34, 98 and 9A. RGB value is (52,152,154). Sum of RGB (Red+Green+Blue) = 52+152+154=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #34989A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34989A is #CB6765. Grayscale: #7A7A7A. Windows color (decimal): -13330278 or 10131508. OLE color: 10131508.

HSL color Cylindrical-coordinate representation of color #34989A: hue angle of 181.18º degrees, saturation: 0.5, 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 #34989A is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 152 154 -
CMYK 0.66 0.01 0 0.40
HSL 181.18º 0.5% 0.4% -
HSV(B) 181.18º 0.66% 0.6% -
XYZ 18.48 25.52 34.52 -
YUV 122.33 145.87 77.84 -
System Red Green Blue C M Y K H S L
Decimal 52 152 154 0.66 0.01 0 0.40 181.18 0.5 0.4
Hex 34 98 9A 42 1 0 28 B5 32 28
Octal 64 230 232 102 1 0 50 265 62 50
Binary 110100 10011000 10011010 1000010 1 0 101000 10110101 110010 101000

Color Harmonies of #34989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34989A

Black with #34989A

Text Example


Text Example

White with #34989A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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