#3D8293

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

Shades of Jelly Bean #3D8293

Tints of Jelly Bean #3D8293

Color information

#3D8293 (or 0x3D8293) is unknown color: approx Jelly Bean. HEX triplet: 3D, 82 and 93. RGB value is (61,130,147). Sum of RGB (Red+Green+Blue) = 61+130+147=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D8293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8293 is #C27D6C. Grayscale: #6F6F6F. Windows color (decimal): -12746093 or 9667133. OLE color: 9667133.

HSL color Cylindrical-coordinate representation of color #3D8293: hue angle of 191.86º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D8293 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB61130147-
CMYK0.590.1200.42
HSL191.86º41.35%40.78%-
HSV(B)191.86º58.5%57.65%-
XYZ15.1719.0630.48-
YUV111.31148.1492.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.05%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=18.05%
G=38.46%
B=43.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611301470.590.1200.42191.8641.3540.78
Hex3D82933BC02Ac02929
Octal7520222373140523005151
Binary11110110000010100100111110111100010101011000000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D8293; }

 p { color: rgb(61,130,147); }

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

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

 a { background-color: rgb(61,130,147); }

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

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

 span { border-color: rgb(61,130,147); }

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