#34808C

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

Shades of Jelly Bean #34808C

Tints of Jelly Bean #34808C

Color information

#34808C (or 0x34808C) is unknown color: approx Jelly Bean. HEX triplet: 34, 80 and 8C. RGB value is (52,128,140). Sum of RGB (Red+Green+Blue) = 52+128+140=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #34808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34808C is #CB7F73. Grayscale: #6A6A6A. Windows color (decimal): -13336436 or 9207860. OLE color: 9207860.

HSL color Cylindrical-coordinate representation of color #34808C: hue angle of 188.18º 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 #34808C is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB52128140-
CMYK0.630.0900.45
HSL188.18º45.83%37.65%-
HSV(B)188.18º62.86%54.9%-
XYZ13.8718.0627.57-
YUV106.64146.8289.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.25%
GREEN value IS 128 (50.39% from 255) = 40%
BLUE value IS 140 (55.08% from 255) = 43.75%
R=16.25%
G=40%
B=43.75%

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
Decimal521281400.630.0900.45188.1845.8337.65
Hex34808C3F902Dbc2e26
Octal6420021477110552745646
Binary11010010000000100011001111111001010110110111100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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