#357C96

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

Shades of Jelly Bean #357C96

Tints of Jelly Bean #357C96

Color information

#357C96 (or 0x357C96) is unknown color: approx Jelly Bean. HEX triplet: 35, 7C and 96. RGB value is (53,124,150). Sum of RGB (Red+Green+Blue) = 53+124+150=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #357C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357C96 is #CA8369. Grayscale: #696969. Windows color (decimal): -13271914 or 9862197. OLE color: 9862197.

HSL color Cylindrical-coordinate representation of color #357C96: hue angle of 196.08º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #357C96 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB53124150-
CMYK0.650.1700.41
HSL196.08º47.78%39.8%-
HSV(B)196.08º64.67%58.82%-
XYZ14.1817.3731.46-
YUV105.73152.9890.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.21%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=16.21%
G=37.92%
B=45.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531241500.650.1700.41196.0847.7839.8
Hex357C964111029c43028
Octal65174226101210513046050
Binary110101111110010010110100000110001010100111000100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357C96; }

 p { color: rgb(53,124,150); }

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

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

 a { background-color: rgb(53,124,150); }

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

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

 span { border-color: rgb(53,124,150); }

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