#357E92

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

Shades of Jelly Bean #357E92

Tints of Jelly Bean #357E92

Color information

#357E92 (or 0x357E92) is unknown color: approx Jelly Bean. HEX triplet: 35, 7E and 92. RGB value is (53,126,146). Sum of RGB (Red+Green+Blue) = 53+126+146=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #357E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357E92 is #CA816D. Grayscale: #6A6A6A. Windows color (decimal): -13271406 or 9600565. OLE color: 9600565.

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

Color convert

RGB53126146-
CMYK0.640.1400.43
HSL192.9º46.73%39.02%-
HSV(B)192.9º63.7%57.25%-
XYZ14.1217.7529.88-
YUV106.45150.3289.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 126 (49.61% from 255) = 38.77%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=16.31%
G=38.77%
B=44.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531261460.640.1400.43192.946.7339.02
Hex357E9240E02Bc12f27
Octal65176222100160533015747
Binary11010111111101001001010000001110010101111000001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,126,146); }

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

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

 a { background-color: rgb(53,126,146); }

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

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

 span { border-color: rgb(53,126,146); }

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