#3A8092

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

Shades of Jelly Bean #3A8092

Tints of Jelly Bean #3A8092

Color information

#3A8092 (or 0x3A8092) is unknown color: approx Jelly Bean. HEX triplet: 3A, 80 and 92. RGB value is (58,128,146). Sum of RGB (Red+Green+Blue) = 58+128+146=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A8092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8092 is #C57F6D. Grayscale: #6C6C6C. Windows color (decimal): -12943214 or 9601082. OLE color: 9601082.

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

Color convert

RGB58128146-
CMYK0.600.1200.43
HSL192.27º43.14%40%-
HSV(B)192.27º60.27%57.25%-
XYZ14.6518.4129.98-
YUV109.12148.8191.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.47%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 146 (57.42% from 255) = 43.98%
R=17.47%
G=38.55%
B=43.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal581281460.600.1200.43192.2743.1440
Hex3A80923CC02Bc02b28
Octal7220022274140533005350
Binary11101010000000100100101111001100010101111000000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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