#31808d

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

Shades of Jelly Bean #31808D

Tints of Jelly Bean #31808D

Color information

#31808D (or 0x31808D) is unknown color: approx Jelly Bean. HEX triplet: 31, 80 and 8D. RGB value is (49,128,141). Sum of RGB (Red+Green+Blue) = 49+128+141=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #31808D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31808D is #CE7F72. Grayscale: #696969. Windows color (decimal): -13533043 or 9273393. OLE color: 9273393.

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

Color convert

RGB49128141-
CMYK0.650.0900.45
HSL188.48º48.42%37.25%-
HSV(B)188.48º65.25%55.29%-
XYZ13.7918.0127.95-
YUV105.86147.8387.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.41%
GREEN value IS 128 (50.39% from 255) = 40.25%
BLUE value IS 141 (55.47% from 255) = 44.34%
R=15.41%
G=40.25%
B=44.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491281410.650.0900.45188.4848.4237.25
Hex31808D41902Dbc3025
Octal61200215101110552746045
Binary110001100000001000110110000011001010110110111100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31808d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31808d; }

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

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

<style>
 a { background-color: #31808d; }

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

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

<style>
 span { border-color: #31808d; }

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

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