#3A8985

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

Shades of Blue Chill #3A8985

Tints of Blue Chill #3A8985

Color information

#3A8985 (or 0x3A8985) is unknown color: approx Blue Chill. HEX triplet: 3A, 89 and 85. RGB value is (58,137,133). Sum of RGB (Red+Green+Blue) = 58+137+133=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8985 is #C5767A. Grayscale: #707070. Windows color (decimal): -12940923 or 8751418. OLE color: 8751418.

HSL color Cylindrical-coordinate representation of color #3A8985: hue angle of 176.96º 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 #3A8985 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB58137133-
CMYK0.5800.030.46
HSL176.96º40.51%38.24%-
HSV(B)176.96º57.66%53.73%-
XYZ14.9220.4825.36-
YUV112.92139.3388.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.68%
GREEN value IS 137 (53.91% from 255) = 41.77%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=17.68%
G=41.77%
B=40.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581371330.5800.030.46176.9640.5138.24
Hex3A89853A032Eb12926
Octal722112057203562615146
Binary111010100010011000010111101001110111010110001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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