#3A8983

Color #3A8983 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #3A8983

Tints of Blue Chill #3A8983

Color information

#3A8983 (or 0x3A8983) is unknown color: approx Blue Chill. HEX triplet: 3A, 89 and 83. RGB value is (58,137,131). Sum of RGB (Red+Green+Blue) = 58+137+131=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8983 is #C5767C. Grayscale: #707070. Windows color (decimal): -12940925 or 8620346. OLE color: 8620346.

HSL color Cylindrical-coordinate representation of color #3A8983: hue angle of 175.44º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8983 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB58137131-
CMYK0.5800.040.46
HSL175.44º40.51%38.24%-
HSV(B)175.44º57.66%53.73%-
XYZ14.7920.4324.64-
YUV112.7138.3388.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.79%
GREEN value IS 137 (53.91% from 255) = 42.02%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=17.79%
G=42.02%
B=40.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581371310.5800.040.46175.4440.5138.24
Hex3A89833A042Eaf2926
Octal722112037204562575146
Binary1110101000100110000011111010010010111010101111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,137,131); }

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

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

 a { background-color: rgb(58,137,131); }

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

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

 span { border-color: rgb(58,137,131); }

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