#358092

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

Shades of Jelly Bean #358092

Tints of Jelly Bean #358092

Color information

#358092 (or 0x358092) is unknown color: approx Jelly Bean. HEX triplet: 35, 80 and 92. RGB value is (53,128,146). Sum of RGB (Red+Green+Blue) = 53+128+146=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #358092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358092 is #CA7F6D. Grayscale: #6B6B6B. Windows color (decimal): -13270894 or 9601077. OLE color: 9601077.

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

Color convert

RGB53128146-
CMYK0.640.1200.43
HSL191.61º46.73%39.02%-
HSV(B)191.61º63.7%57.25%-
XYZ14.3818.2729.96-
YUV107.63149.6589.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.21%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=16.21%
G=39.14%
B=44.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531281460.640.1200.43191.6146.7339.02
Hex35809240C02Bc02f27
Octal65200222100140533005747
Binary110101100000001001001010000001100010101111000000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358092; }

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

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

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

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

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

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

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

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