#3F5A53

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

Shades of Spectra #3F5A53

Tints of Spectra #3F5A53

Color information

#3F5A53 (or 0x3F5A53) is unknown color: approx Spectra. HEX triplet: 3F, 5A and 53. RGB value is (63,90,83). Sum of RGB (Red+Green+Blue) = 63+90+83=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 90 - color contains mainly: green. Hex color #3F5A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5A53 is #C0A5AC. Grayscale: #515151. Windows color (decimal): -12625325 or 5462591. OLE color: 5462591.

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

Color convert

RGB639083-
CMYK0.3000.080.65
HSL164.44º17.65%30%-
HSV(B)164.44º30%35.29%-
XYZ7.278.999.54-
YUV81.13129.05115.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.69%
GREEN value IS 90 (35.55% from 255) = 38.14%
BLUE value IS 83 (32.81% from 255) = 35.17%
R=26.69%
G=38.14%
B=35.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6390830.3000.080.65164.4417.6530
Hex3F5A531E0841a4121e
Octal77132123360101012442236
Binary1111111011010101001111110010001000001101001001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,90,83); }

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

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

 a { background-color: rgb(63,90,83); }

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

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

 span { border-color: rgb(63,90,83); }

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