#3A958E

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

Shades of Blue Chill #3A958E

Tints of Blue Chill #3A958E

Color information

#3A958E (or 0x3A958E) is unknown color: approx Blue Chill. HEX triplet: 3A, 95 and 8E. RGB value is (58,149,142). Sum of RGB (Red+Green+Blue) = 58+149+142=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #3A958E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A958E is #C56A71. Grayscale: #787878. Windows color (decimal): -12937842 or 9344314. OLE color: 9344314.

HSL color Cylindrical-coordinate representation of color #3A958E: hue angle of 175.38º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A958E is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB58149142-
CMYK0.6100.050.42
HSL175.38º43.96%40.59%-
HSV(B)175.38º61.07%58.43%-
XYZ17.3724.3529.37-
YUV120.99139.8583.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.62%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=16.62%
G=42.69%
B=40.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581491420.6100.050.42175.3843.9640.59
Hex3A958E3D052Aaf2c29
Octal722252167505522575451
Binary1110101001010110001110111101010110101010101111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,149,142); }

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

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

 a { background-color: rgb(58,149,142); }

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

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

 span { border-color: rgb(58,149,142); }

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