#357C95

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

Shades of Jelly Bean #357C95

Tints of Jelly Bean #357C95

Color information

#357C95 (or 0x357C95) is unknown color: approx Jelly Bean. HEX triplet: 35, 7C and 95. RGB value is (53,124,149). Sum of RGB (Red+Green+Blue) = 53+124+149=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #357C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357C95 is #CA836A. Grayscale: #696969. Windows color (decimal): -13271915 or 9796661. OLE color: 9796661.

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

Color convert

RGB53124149-
CMYK0.640.1700.42
HSL195.62º47.52%39.61%-
HSV(B)195.62º64.43%58.43%-
XYZ14.117.3431.04-
YUV105.62152.4890.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 124 (48.83% from 255) = 38.04%
BLUE value IS 149 (58.59% from 255) = 45.71%
R=16.26%
G=38.04%
B=45.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531241490.640.1700.42195.6247.5239.61
Hex357C95401102Ac43028
Octal65174225100210523046050
Binary110101111110010010101100000010001010101011000100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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