#3A8D8A

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

Shades of Blue Chill #3A8D8A

Tints of Blue Chill #3A8D8A

Color information

#3A8D8A (or 0x3A8D8A) is unknown color: approx Blue Chill. HEX triplet: 3A, 8D and 8A. RGB value is (58,141,138). Sum of RGB (Red+Green+Blue) = 58+141+138=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 141 - color contains mainly: green. Hex color #3A8D8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8D8A is #C57275. Grayscale: #737373. Windows color (decimal): -12939894 or 9080122. OLE color: 9080122.

HSL color Cylindrical-coordinate representation of color #3A8D8A: hue angle of 177.83º 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 #3A8D8A is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB58141138-
CMYK0.5900.020.45
HSL177.83º41.71%39.02%-
HSV(B)177.83º58.87%55.29%-
XYZ15.8621.7827.41-
YUV115.84140.586.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.21%
GREEN value IS 141 (55.47% from 255) = 41.84%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=17.21%
G=41.84%
B=40.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581411380.5900.020.45177.8341.7139.02
Hex3A8D8A3B022Db22a27
Octal722152127302552625247
Binary111010100011011000101011101101010110110110010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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