#3A8683

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

Shades of Blue Chill #3A8683

Tints of Blue Chill #3A8683

Color information

#3A8683 (or 0x3A8683) is unknown color: approx Blue Chill. HEX triplet: 3A, 86 and 83. RGB value is (58,134,131). Sum of RGB (Red+Green+Blue) = 58+134+131=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #3A8683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8683 is #C5797C. Grayscale: #6E6E6E. Windows color (decimal): -12941693 or 8619578. OLE color: 8619578.

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

Color convert

RGB58134131-
CMYK0.5700.020.47
HSL177.63º39.58%37.65%-
HSV(B)177.63º56.72%52.55%-
XYZ14.3719.5924.5-
YUV110.93139.3290.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.96%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=17.96%
G=41.49%
B=40.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581341310.5700.020.47177.6339.5837.65
Hex3A868339022Fb22826
Octal722062037102572625046
Binary111010100001101000001111100101010111110110010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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