#357E93

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

Shades of Jelly Bean #357E93

Tints of Jelly Bean #357E93

Color information

#357E93 (or 0x357E93) is unknown color: approx Jelly Bean. HEX triplet: 35, 7E and 93. RGB value is (53,126,147). Sum of RGB (Red+Green+Blue) = 53+126+147=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #357E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357E93 is #CA816C. Grayscale: #6A6A6A. Windows color (decimal): -13271405 or 9666101. OLE color: 9666101.

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

Color convert

RGB53126147-
CMYK0.640.1400.42
HSL193.4º47%39.22%-
HSV(B)193.4º63.95%57.65%-
XYZ14.217.7930.29-
YUV106.57150.8289.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 126 (49.61% from 255) = 38.65%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=16.26%
G=38.65%
B=45.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531261470.640.1400.42193.44739.22
Hex357E9340E02Ac12f27
Octal65176223100160523015747
Binary11010111111101001001110000001110010101011000001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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