#39809B

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

Shades of Jelly Bean #39809B

Tints of Jelly Bean #39809B

Color information

#39809B (or 0x39809B) is unknown color: approx Jelly Bean. HEX triplet: 39, 80 and 9B. RGB value is (57,128,155). Sum of RGB (Red+Green+Blue) = 57+128+155=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #39809B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39809B is #C67F64. Grayscale: #6D6D6D. Windows color (decimal): -13008741 or 10190905. OLE color: 10190905.

HSL color Cylindrical-coordinate representation of color #39809B: hue angle of 196.53º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39809B is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB57128155-
CMYK0.630.1700.39
HSL196.53º46.23%41.57%-
HSV(B)196.53º63.23%60.78%-
XYZ15.3218.6733.81-
YUV109.85153.4890.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.76%
GREEN value IS 128 (50.39% from 255) = 37.65%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=16.76%
G=37.65%
B=45.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571281550.630.1700.39196.5346.2341.57
Hex39809B3F11027c52e2a
Octal7120023377210473055652
Binary111001100000001001101111111110001010011111000101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39809B; }

 p { color: rgb(57,128,155); }

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

<style>
 a { background-color: #39809B; }

 a { background-color: rgb(57,128,155); }

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

<style>
 span { border-color: #39809B; }

 span { border-color: rgb(57,128,155); }

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