#357B93

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

Shades of Jelly Bean #357B93

Tints of Jelly Bean #357B93

Color information

#357B93 (or 0x357B93) is unknown color: approx Jelly Bean. HEX triplet: 35, 7B and 93. RGB value is (53,123,147). Sum of RGB (Red+Green+Blue) = 53+123+147=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #357B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357B93 is #CA846C. Grayscale: #686868. Windows color (decimal): -13272173 or 9665333. OLE color: 9665333.

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

Color convert

RGB53123147-
CMYK0.640.1600.42
HSL195.32º47%39.22%-
HSV(B)195.32º63.95%57.65%-
XYZ13.8217.0330.16-
YUV104.81151.8191.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.41%
GREEN value IS 123 (48.44% from 255) = 38.08%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=16.41%
G=38.08%
B=45.51%

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
Decimal531231470.640.1600.42195.324739.22
Hex357B93401002Ac32f27
Octal65173223100200523035747
Binary110101111101110010011100000010000010101011000011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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