#3A8685

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

Shades of Blue Chill #3A8685

Tints of Blue Chill #3A8685

Color information

#3A8685 (or 0x3A8685) is unknown color: approx Blue Chill. HEX triplet: 3A, 86 and 85. RGB value is (58,134,133). Sum of RGB (Red+Green+Blue) = 58+134+133=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #3A8685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8685 is #C5797A. Grayscale: #6F6F6F. Windows color (decimal): -12941691 or 8750650. OLE color: 8750650.

HSL color Cylindrical-coordinate representation of color #3A8685: hue angle of 179.21º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A8685 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB58134133-
CMYK0.5700.010.47
HSL179.21º39.58%37.65%-
HSV(B)179.21º56.72%52.55%-
XYZ14.519.6425.22-
YUV111.16140.3290.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.85%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=17.85%
G=41.23%
B=40.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581341330.5700.010.47179.2139.5837.65
Hex3A868539012Fb32826
Octal722062057101572635046
Binary11101010000110100001011110010110111110110011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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