#357F91

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

Shades of Jelly Bean #357F91

Tints of Jelly Bean #357F91

Color information

#357F91 (or 0x357F91) is unknown color: approx Jelly Bean. HEX triplet: 35, 7F and 91. RGB value is (53,127,145). Sum of RGB (Red+Green+Blue) = 53+127+145=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #357F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357F91 is #CA806E. Grayscale: #6A6A6A. Windows color (decimal): -13271151 or 9535285. OLE color: 9535285.

HSL color Cylindrical-coordinate representation of color #357F91: hue angle of 191.74º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #357F91 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB53127145-
CMYK0.630.1200.43
HSL191.74º46.46%38.82%-
HSV(B)191.74º63.45%56.86%-
XYZ14.1717.9829.51-
YUV106.93149.4889.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 127 (50% from 255) = 39.08%
BLUE value IS 145 (57.03% from 255) = 44.62%
R=16.31%
G=39.08%
B=44.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531271450.630.1200.43191.7446.4638.82
Hex357F913FC02Bc02e27
Octal6517722177140533005647
Binary1101011111111100100011111111100010101111000000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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