#3A8D8C

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

Shades of Blue Chill #3A8D8C

Tints of Blue Chill #3A8D8C

Color information

#3A8D8C (or 0x3A8D8C) is unknown color: approx Blue Chill. HEX triplet: 3A, 8D and 8C. RGB value is (58,141,140). Sum of RGB (Red+Green+Blue) = 58+141+140=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 141 - color contains mainly: green. Hex color #3A8D8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8D8C is #C57273. Grayscale: #737373. Windows color (decimal): -12939892 or 9211194. OLE color: 9211194.

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

Color convert

RGB58141140-
CMYK0.5900.010.45
HSL179.28º41.71%39.02%-
HSV(B)179.28º58.87%55.29%-
XYZ1621.8428.18-
YUV116.07141.586.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.11%
GREEN value IS 141 (55.47% from 255) = 41.59%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=17.11%
G=41.59%
B=41.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581411400.5900.010.45179.2841.7139.02
Hex3A8D8C3B012Db32a27
Octal722152147301552635247
Binary11101010001101100011001110110110110110110011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,141,140); }

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

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

 a { background-color: rgb(58,141,140); }

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

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

 span { border-color: rgb(58,141,140); }

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