#357E90

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

Shades of Jelly Bean #357E90

Tints of Jelly Bean #357E90

Color information

#357E90 (or 0x357E90) is unknown color: approx Jelly Bean. HEX triplet: 35, 7E and 90. RGB value is (53,126,144). Sum of RGB (Red+Green+Blue) = 53+126+144=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #357E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357E90 is #CA816F. Grayscale: #6A6A6A. Windows color (decimal): -13271408 or 9469493. OLE color: 9469493.

HSL color Cylindrical-coordinate representation of color #357E90: hue angle of 191.87º 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 #357E90 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53126144-
CMYK0.630.1200.44
HSL191.87º46.19%38.63%-
HSV(B)191.87º63.19%56.47%-
XYZ13.9617.6929.06-
YUV106.22149.3290.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.41%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=16.41%
G=39.01%
B=44.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531261440.630.1200.44191.8746.1938.63
Hex357E903FC02Cc02e27
Octal6517622077140543005647
Binary1101011111110100100001111111100010110011000000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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