Html Css Color HEX #34808D Jelly Bean

📋 copy color: '#34808D'

red 52 ◦ green 128 ◦ blue 141

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

Shades of Jelly Bean #34808D

Tints of Jelly Bean #34808D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.93%

R = 16.2%
G = 39.88%
B = 43.93%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34808D (or 0x34808D) is known color: 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

RGB 52 128 141 -
CMYK 0.63 0.09 0 0.45
HSL 188.76º 0.46% 0.38% -
HSV(B) 188.76º 0.63% 0.55% -
XYZ 13.94 18.09 27.96 -
YUV 106.76 147.32 88.94 -
System Red Green Blue C M Y K H S L
Decimal 52 128 141 0.63 0.09 0 0.45 188.76 0.46 0.38
Hex 34 80 8D 3F 9 0 2D BD 2E 26
Octal 64 200 215 77 11 0 55 275 56 46
Binary 110100 10000000 10001101 111111 1001 0 101101 10111101 101110 100110

Color Harmonies of #34808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34808D

Black with #34808D

Text Example


Text Example

White with #34808D

Text Example


Text Example

HTML Codes & Css Web 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>