#34808D

Color #34808D Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #34808D

Tints of Jelly Bean #34808D

Color information

#34808D (or 0x34808D) is unknown color: approx Jelly Bean. HEX triplet: 34, 80 and 8D. RGB value is (52,128,141). Sum of RGB (Red+Green+Blue) = 52+128+141=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #34808D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34808D is #CB7F72. Grayscale: #6A6A6A. Windows color (decimal): -13336435 or 9273396. OLE color: 9273396.

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

Color convert

RGB52128141-
CMYK0.630.0900.45
HSL188.76º46.11%37.84%-
HSV(B)188.76º63.12%55.29%-
XYZ13.9418.0927.96-
YUV106.76147.3288.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 128 (50.39% from 255) = 39.88%
BLUE value IS 141 (55.47% from 255) = 43.93%
R=16.20%
G=39.88%
B=43.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521281410.630.0900.45188.7646.1137.84
Hex34808D3F902Dbd2e26
Octal6420021577110552755646
Binary11010010000000100011011111111001010110110111101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34808D;
 }
 .AnyTagClassName
 {
   color: #34808D;
 }
</style>
background-color css

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

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

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

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

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

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