#357D8D

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

Shades of Jelly Bean #357D8D

Tints of Jelly Bean #357D8D

Color information

#357D8D (or 0x357D8D) is unknown color: approx Jelly Bean. HEX triplet: 35, 7D and 8D. RGB value is (53,125,141). Sum of RGB (Red+Green+Blue) = 53+125+141=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #357D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357D8D is #CA8272. Grayscale: #696969. Windows color (decimal): -13271667 or 9272629. OLE color: 9272629.

HSL color Cylindrical-coordinate representation of color #357D8D: hue angle of 190.91º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #357D8D is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB53125141-
CMYK0.620.1100.45
HSL190.91º45.36%38.04%-
HSV(B)190.91º62.41%55.29%-
XYZ13.6117.3527.83-
YUV105.3148.1590.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 125 (49.22% from 255) = 39.18%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=16.61%
G=39.18%
B=44.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531251410.620.1100.45190.9145.3638.04
Hex357D8D3EB02Dbf2d26
Octal6517521576130552775546
Binary1101011111101100011011111101011010110110111111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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