#357F92

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

Shades of Jelly Bean #357F92

Tints of Jelly Bean #357F92

Color information

#357F92 (or 0x357F92) is unknown color: approx Jelly Bean. HEX triplet: 35, 7F and 92. RGB value is (53,127,146). Sum of RGB (Red+Green+Blue) = 53+127+146=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #357F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357F92 is #CA806D. Grayscale: #6A6A6A. Windows color (decimal): -13271150 or 9600821. OLE color: 9600821.

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

Color convert

RGB53127146-
CMYK0.640.1300.43
HSL192.26º46.73%39.02%-
HSV(B)192.26º63.7%57.25%-
XYZ14.2518.0129.92-
YUV107.04149.9889.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 127 (50% from 255) = 38.96%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=16.26%
G=38.96%
B=44.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531271460.640.1300.43192.2646.7339.02
Hex357F9240D02Bc02f27
Octal65177222100150533005747
Binary11010111111111001001010000001101010101111000000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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