#358093

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

Shades of Jelly Bean #358093

Tints of Jelly Bean #358093

Color information

#358093 (or 0x358093) is unknown color: approx Jelly Bean. HEX triplet: 35, 80 and 93. RGB value is (53,128,147). Sum of RGB (Red+Green+Blue) = 53+128+147=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #358093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358093 is #CA7F6C. Grayscale: #6B6B6B. Windows color (decimal): -13270893 or 9666613. OLE color: 9666613.

HSL color Cylindrical-coordinate representation of color #358093: hue angle of 192.13º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #358093 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB53128147-
CMYK0.640.1300.42
HSL192.13º47%39.22%-
HSV(B)192.13º63.95%57.65%-
XYZ14.4518.330.37-
YUV107.74150.1588.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.16%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=16.16%
G=39.02%
B=44.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531281470.640.1300.42192.134739.22
Hex35809340D02Ac02f27
Octal65200223100150523005747
Binary110101100000001001001110000001101010101011000000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358093; }

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

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

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

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

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

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

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

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