#3A808F

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

Shades of Jelly Bean #3A808F

Tints of Jelly Bean #3A808F

Color information

#3A808F (or 0x3A808F) is unknown color: approx Jelly Bean. HEX triplet: 3A, 80 and 8F. RGB value is (58,128,143). Sum of RGB (Red+Green+Blue) = 58+128+143=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A808F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A808F is #C57F70. Grayscale: #6C6C6C. Windows color (decimal): -12943217 or 9404474. OLE color: 9404474.

HSL color Cylindrical-coordinate representation of color #3A808F: hue angle of 190.59º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A808F is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB58128143-
CMYK0.590.1000.44
HSL190.59º42.29%39.41%-
HSV(B)190.59º59.44%56.08%-
XYZ14.4218.3228.76-
YUV108.78147.3191.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.63%
GREEN value IS 128 (50.39% from 255) = 38.91%
BLUE value IS 143 (56.25% from 255) = 43.47%
R=17.63%
G=38.91%
B=43.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581281430.590.1000.44190.5942.2939.41
Hex3A808F3BA02Cbf2a27
Octal7220021773120542775247
Binary11101010000000100011111110111010010110010111111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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