Html Css Color HEX #34808E Jelly Bean

📋 copy color: '#34808E'

red 52 ◦ green 128 ◦ blue 142

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

Shades of Jelly Bean #34808E

Tints of Jelly Bean #34808E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.75%

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 16.15%
G = 39.75%
B = 44.1%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#34808E (or 0x34808E) is known color: Jelly Bean. HEX triplet: 34, 80 and 8E. RGB value is (52,128,142). Sum of RGB (Red+Green+Blue) = 52+128+142=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #34808E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34808E is #CB7F71. Grayscale: #6A6A6A. Windows color (decimal): -13336434 or 9338932. OLE color: 9338932.

HSL color Cylindrical-coordinate representation of color #34808E: hue angle of 189.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34808E is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 128 142 -
CMYK 0.63 0.10 0 0.44
HSL 189.33º 0.46% 0.38% -
HSV(B) 189.33º 0.63% 0.56% -
XYZ 14.02 18.12 28.35 -
YUV 106.87 147.82 88.86 -
System Red Green Blue C M Y K H S L
Decimal 52 128 142 0.63 0.10 0 0.44 189.33 0.46 0.38
Hex 34 80 8E 3F A 0 2C BD 2E 26
Octal 64 200 216 77 12 0 54 275 56 46
Binary 110100 10000000 10001110 111111 1010 0 101100 10111101 101110 100110

Color Harmonies of #34808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34808E

Black with #34808E

Text Example


Text Example

White with #34808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34808E; }

 p { color: rgb(52,128,142); }

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

background-color css

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

 a { background-color: rgb(52,128,142); }

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

border-color css

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

 span { border-color: rgb(52,128,142); }

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