#3B818E

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

Shades of Jelly Bean #3B818E

Tints of Jelly Bean #3B818E

Color information

#3B818E (or 0x3B818E) is unknown color: approx Jelly Bean. HEX triplet: 3B, 81 and 8E. RGB value is (59,129,142). Sum of RGB (Red+Green+Blue) = 59+129+142=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B818E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B818E is #C47E71. Grayscale: #6D6D6D. Windows color (decimal): -12877426 or 9339195. OLE color: 9339195.

HSL color Cylindrical-coordinate representation of color #3B818E: hue angle of 189.4º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B818E is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB59129142-
CMYK0.580.0900.44
HSL189.4º41.29%39.41%-
HSV(B)189.4º58.45%55.69%-
XYZ14.5418.5828.41-
YUV109.55146.3191.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.88%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=17.88%
G=39.09%
B=43.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591291420.580.0900.44189.441.2939.41
Hex3B818E3A902Cbd2927
Octal7320121672110542755147
Binary11101110000001100011101110101001010110010111101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B818E; }

 p { color: rgb(59,129,142); }

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

<style>
 a { background-color: #3B818E; }

 a { background-color: rgb(59,129,142); }

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

<style>
 span { border-color: #3B818E; }

 span { border-color: rgb(59,129,142); }

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