#3A8784

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

Shades of Blue Chill #3A8784

Tints of Blue Chill #3A8784

Color information

#3A8784 (or 0x3A8784) is unknown color: approx Blue Chill. HEX triplet: 3A, 87 and 84. RGB value is (58,135,132). Sum of RGB (Red+Green+Blue) = 58+135+132=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #3A8784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8784 is #C5787B. Grayscale: #6F6F6F. Windows color (decimal): -12941436 or 8685370. OLE color: 8685370.

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

Color convert

RGB58135132-
CMYK0.5700.020.47
HSL177.66º39.9%37.84%-
HSV(B)177.66º57.04%52.94%-
XYZ14.5719.8924.9-
YUV111.64139.4989.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.85%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=17.85%
G=41.54%
B=40.62%

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
Decimal581351320.5700.020.47177.6639.937.84
Hex3A878439022Fb22826
Octal722072047102572625046
Binary111010100001111000010011100101010111110110010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,135,132); }

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

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

 a { background-color: rgb(58,135,132); }

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

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

 span { border-color: rgb(58,135,132); }

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