#357C93

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

Shades of Jelly Bean #357C93

Tints of Jelly Bean #357C93

Color information

#357C93 (or 0x357C93) is unknown color: approx Jelly Bean. HEX triplet: 35, 7C and 93. RGB value is (53,124,147). Sum of RGB (Red+Green+Blue) = 53+124+147=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #357C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357C93 is #CA836C. Grayscale: #696969. Windows color (decimal): -13271917 or 9665589. OLE color: 9665589.

HSL color Cylindrical-coordinate representation of color #357C93: hue angle of 194.68º 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 #357C93 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB53124147-
CMYK0.640.1600.42
HSL194.68º47%39.22%-
HSV(B)194.68º63.95%57.65%-
XYZ13.9417.2830.2-
YUV105.39151.4890.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 124 (48.83% from 255) = 38.27%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=16.36%
G=38.27%
B=45.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531241470.640.1600.42194.684739.22
Hex357C93401002Ac32f27
Octal65174223100200523035747
Binary110101111110010010011100000010000010101011000011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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