#358091

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

Shades of Jelly Bean #358091

Tints of Jelly Bean #358091

Color information

#358091 (or 0x358091) is unknown color: approx Jelly Bean. HEX triplet: 35, 80 and 91. RGB value is (53,128,145). Sum of RGB (Red+Green+Blue) = 53+128+145=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #358091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358091 is #CA7F6E. Grayscale: #6B6B6B. Windows color (decimal): -13270895 or 9535541. OLE color: 9535541.

HSL color Cylindrical-coordinate representation of color #358091: hue angle of 191.09º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358091 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB53128145-
CMYK0.630.1200.43
HSL191.09º46.46%38.82%-
HSV(B)191.09º63.45%56.86%-
XYZ14.318.2429.56-
YUV107.51149.1589.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 128 (50.39% from 255) = 39.26%
BLUE value IS 145 (57.03% from 255) = 44.48%
R=16.26%
G=39.26%
B=44.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531281450.630.1200.43191.0946.4638.82
Hex3580913FC02Bbf2e27
Octal6520022177140532775647
Binary11010110000000100100011111111100010101110111111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358091; }

 p { color: rgb(53,128,145); }

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

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

 a { background-color: rgb(53,128,145); }

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

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

 span { border-color: rgb(53,128,145); }

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