#357D90

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

Shades of Jelly Bean #357D90

Tints of Jelly Bean #357D90

Color information

#357D90 (or 0x357D90) is unknown color: approx Jelly Bean. HEX triplet: 35, 7D and 90. RGB value is (53,125,144). Sum of RGB (Red+Green+Blue) = 53+125+144=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #357D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357D90 is #CA826F. Grayscale: #696969. Windows color (decimal): -13271664 or 9469237. OLE color: 9469237.

HSL color Cylindrical-coordinate representation of color #357D90: hue angle of 192.53º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #357D90 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53125144-
CMYK0.630.1300.44
HSL192.53º46.19%38.63%-
HSV(B)192.53º63.19%56.47%-
XYZ13.8417.4429.02-
YUV105.64149.6590.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 125 (49.22% from 255) = 38.82%
BLUE value IS 144 (56.64% from 255) = 44.72%
R=16.46%
G=38.82%
B=44.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531251440.630.1300.44192.5346.1938.63
Hex357D903FD02Cc12e27
Octal6517522077150543015647
Binary1101011111101100100001111111101010110011000001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,125,144); }

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

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

 a { background-color: rgb(53,125,144); }

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

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

 span { border-color: rgb(53,125,144); }

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