#3A5851

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

Shades of Spectra #3A5851

Tints of Spectra #3A5851

Color information

#3A5851 (or 0x3A5851) is unknown color: approx Spectra. HEX triplet: 3A, 58 and 51. RGB value is (58,88,81). Sum of RGB (Red+Green+Blue) = 58+88+81=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5851 is #C5A7AE. Grayscale: #4E4E4E. Windows color (decimal): -12953519 or 5331002. OLE color: 5331002.

HSL color Cylindrical-coordinate representation of color #3A5851: hue angle of 166º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A5851 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB588881-
CMYK0.3400.080.65
HSL166º20.55%28.63%-
HSV(B)166º34.09%34.51%-
XYZ6.728.479.07-
YUV78.23129.56113.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.55%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=25.55%
G=38.77%
B=35.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5888810.3400.080.6516620.5528.63
Hex3A5851220841a6151d
Octal72130121420101012462535
Binary11101010110001010001100010010001000001101001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,88,81); }

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

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

 a { background-color: rgb(58,88,81); }

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

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

 span { border-color: rgb(58,88,81); }

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