#357F8E

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

Shades of Jelly Bean #357F8E

Tints of Jelly Bean #357F8E

Color information

#357F8E (or 0x357F8E) is unknown color: approx Jelly Bean. HEX triplet: 35, 7F and 8E. RGB value is (53,127,142). Sum of RGB (Red+Green+Blue) = 53+127+142=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #357F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357F8E is #CA8071. Grayscale: #6A6A6A. Windows color (decimal): -13271154 or 9338677. OLE color: 9338677.

HSL color Cylindrical-coordinate representation of color #357F8E: hue angle of 190.11º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #357F8E is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53127142-
CMYK0.630.1100.44
HSL190.11º45.64%38.24%-
HSV(B)190.11º62.68%55.69%-
XYZ13.9417.8928.31-
YUV106.58147.9889.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 142 (55.86% from 255) = 44.10%
R=16.46%
G=39.44%
B=44.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531271420.630.1100.44190.1145.6438.24
Hex357F8E3FB02Cbe2e26
Octal6517721677130542765646
Binary1101011111111100011101111111011010110010111110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,127,142); }

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

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

 a { background-color: rgb(53,127,142); }

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

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

 span { border-color: rgb(53,127,142); }

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