#3A8290

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

Shades of Jelly Bean #3A8290

Tints of Jelly Bean #3A8290

Color information

#3A8290 (or 0x3A8290) is unknown color: approx Jelly Bean. HEX triplet: 3A, 82 and 90. RGB value is (58,130,144). Sum of RGB (Red+Green+Blue) = 58+130+144=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A8290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8290 is #C57D6F. Grayscale: #6D6D6D. Windows color (decimal): -12942704 or 9470522. OLE color: 9470522.

HSL color Cylindrical-coordinate representation of color #3A8290: hue angle of 189.77º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A8290 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB58130144-
CMYK0.600.1000.44
HSL189.77º42.57%39.61%-
HSV(B)189.77º59.72%56.47%-
XYZ14.7618.8829.25-
YUV110.07147.1590.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.47%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 144 (56.64% from 255) = 43.37%
R=17.47%
G=39.16%
B=43.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581301440.600.1000.44189.7742.5739.61
Hex3A82903CA02Cbe2b28
Octal7220222074120542765350
Binary11101010000010100100001111001010010110010111110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,130,144); }

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

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

 a { background-color: rgb(58,130,144); }

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

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

 span { border-color: rgb(58,130,144); }

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